我正在尝试使用svn2git将SVN存储库迁移到GIT。
存储库结构:
http://example:8888/prototype
|
+- /trunk/MyProject
+- /branches/MyProject
+- /tags/MyProject
运行命令
svn2git http://example:8888/prototype --trunk /trunk/MyProject --tags /tags/MyProject --branches /branches/MyProject --username foo
导致以下错误(德语):
ZM-Schicht Anforderung gescheitert: Der Server hat einen unerwarteten Rückgabewert (307 Temporarily Moved for Domain Name Expansion) in Antwort auf die Anfrage OPTIONS für >>http://example:8888/prototype<< zurückgeliefert at /usr/lib/git/git-svn line 1921
英文:
请求选项&gt;&gt; http://示例:8888 / prototype&lt;&lt;返回307暂时移动域名扩展。
任何想法,我必须做些什么来解决这个问题?