“RA层请求失败:REPORT请求失败”在git-svn期间 [英] "RA layer request failed: REPORT request failed" during git-svn

查看:516
本文介绍了“RA层请求失败:REPORT请求失败”在git-svn期间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



  git svn clone  - 使用以下命令来克隆Google Code SVN资源库:

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

然后给出以下错误信息:

  r11 = 6e04c0fb14aa3f6ab4d871eeed4a0526dc0e54d8(refs / remotes / trunk)
RA '/ svn /!svn / vcc / default'的REPORT请求失败:'/ svn /!svn / vcc / default'的REPORT
:200 OK(https://wtorrent-project.googlecode )
C:\Apps\msysgit / libexec / git-core \ git-svn line 5653

这个错误信息是由最新的msysgit(v1.7.8)生成的,但是我也从我的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


I've been trying to Git clone a Google Code SVN repository using the following command:

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

It gets as far as r11, then gives the following error message:

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

This error message was generated by the latest msysgit (v1.7.8), but I get the same error message from my Gentoo box too.

解决方案

Revision 12 and hence 13, 14 are messed up ( someone added a branch trunk in branches, but later deleted it, and that confuses git-svn). You might want to do:

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

这篇关于“RA层请求失败:REPORT请求失败”在git-svn期间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆