我的问题与这个git-svn 克隆意外失败不同,因为它可以通过删除 --no-metadata 选项来解决,我的命令中没有这样的选项,我的命令很简单:
git svn clone -s svn://xxx.xxx
amd 再一次,我无法从 svn repo 克隆代码:( 错误消息如下:
r506 = 82a01de65882f5bd800aca5a6f3556ba940ea3f5 (refs/remotes/trunk)
Found possible branch point: svn://svn.nginx.org/nginx/trunk => svn://svn.nginx.org/nginx/tags/release-0.1.27, 506
Found branch parent: (refs/remotes/tags/release-0.1.27) 82a01de65882f5bd800aca5a6f3556ba940ea3f5
Following parent with do_switch
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/SVN/Core.pm line 584.
Network connection closed unexpectedly: at /usr/libexec/git-core/git-svn line 3136
real 8m13.819s
user 0m24.079s
sys 0m44.250s
[root@home git-test]# echo $?
1
在我无法从 svn repo 克隆代码后我能做什么:(从头开始?又失败了?为什么会发生这种情况,这是 git、svn 还是 git-svn 的问题?