【发布时间】:2012-08-13 11:43:16
【问题描述】:
我的问题与git-svn clone fails unexpectedly 不一样,因为它可以通过删除 --no-metadata 选项来解决,我的命令中没有这样的选项,我的命令很简单:
git svn clone -s svn://xxx.xxx
又一次,我无法从 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的问题?
【问题讨论】:
-
有没有可能你有一些读取访问问题(svn 不允许你访问 repo 的某些部分),有点像bugs.debian.org/cgi-bin/bugreport.cgi?bug=486527 ?
标签: git svn version-control centos git-svn