簡體   English   中英

使用“git svn clone”SVN to Git導入問題

[英]SVN to Git import problem using “git svn clone”

嘗試在Git中導入我的SVN repo時,使用以下命令:

git svn clone -s https://xx.xx.xx.xxx/repo/iphone/project ./project

它運行了很長一段時間,然后終於出現以下錯誤:

RA layer request failed: REPORT of '/repo/!svn/vcc/default': SSL negotiation failed: SSL error: parse tlsext (https://xx.xx.xx.xxx) at /usr/local/git/libexec/git-core/git-svn line 5091

有沒有人見過這個問題?

我無法弄清楚這一點。 我最后做了一個svnsync來在本地移動整個存儲庫,然后從那里運行:

git svn clone -s file:///pathtolocal/repo/iphone/project ./project

我的想法是,SSL連接會在運行一段時間后消失並弄亂克隆。

有關分步說明的更詳細說明,請參見我們的博客: 永久SVN到Git Transition

現在我們設置了純粹的Git幸福。

你能做這個嗎?

git svn clone -s http://xx.xx.xx.xxx/repo/iphone/project ./project

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM