“RA层请求失败:REPORT请求失败”中的git - svn的

问题描述:

我一直想的Git使用以下命令克隆谷歌代码SVN仓库:“RA层请求失败:REPORT请求失败”中的git - svn的

git svn clone --stdlayout https://wtorrent-project.googlecode.com/svn/ wtorrent-git 

这是多远的R11,然后提供了以下错误消息:由最新msysgit(v1.7.8)产生

r11 = 6e04c0fb14aa3f6ab4d871eeed4a0526dc0e54d8 (refs/remotes/trunk) 
RA layer request failed: REPORT request failed on '/svn/!svn/vcc/default': REPORT 
of '/svn/!svn/vcc/default': 200 OK (https://wtorrent-project.googlecode.com) at 
C:\Apps\msysgit/libexec/git-core\git-svn line 5653 

此错误信息,但我从我的Gentoo系统得到同样的错误消息了。

版本12,因此13,14被搞砸了(有人在分支中添加了一个分支树干,但后来删除了它,并且混淆了git-svn)。你可能想要做的:

git svn clone -r 1:11 --stdlayout https://wtorrent-project.googlecode.com/svn/ wtorrent-git 
cd wtorrent-git 
git svn fetch -r 15:HEAD 

对于它的价值,我从克隆切换从安全HTTP(从SourceForge)常规HTTP固定它。所以,而不是克隆https:// ...我克隆http://。之后没有问题。