SVN 签出失败并显示“块分隔符无效” - 可以做什么?
在结帐过程中 (http://aima-java.googlecode.com/svn/trunk/
),客户端因错误而停止,确切的错误消息如下:
org. tigris.subversion.javahl.ClientException:RA层请求失败 svn:REPORT of '/svn/svn/vcc/default': 块分隔符无效
我已经用 google 搜索了该错误,但无法找到解决方案。我现在唯一知道的是这个问题是由不兼容的 svn 版本引起的。
我使用常规 ubuntu 存储库中的 svn 1.6.12 。该错误可以在多个客户端上重现(使用 Eclipse 和 RabbitVCS 进行测试),因为它们都使用相同的后端。
关于如何处理这个问题并在将来避免它有什么建议吗?
谢谢
In the middle of the checkout (http://aima-java.googlecode.com/svn/trunk/
), the client stops with an error, the exact error message reads:
org.tigris.subversion.javahl.ClientException: RA layer request failed
svn:REPORT of '/svn/svn/vcc/default': Chunk delimiter was invalid
I have googled the error but was unable to find a solution. The only thing I am now aware of is that the issue is somehow caused by incompatible svn versions.
I use svn 1.6.12 from the regular ubuntu repo. The error is reproducible with multiple clients (tested with Eclipse and RabbitVCS) as they all use the same backend.
Any suggestions as to how to deal with this isssue and to avoid it in the future?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个错误:
http://subversion.tigris.org/issues/show_bug.cgi?id=2647
您可以尝试小块更新/签出,也许是由fodler 的文件夹。
Have a look to this bug :
http://subversion.tigris.org/issues/show_bug.cgi?id=2647
You may try to update/checkout in small chunk, folder by fodler maybe.
我通过关闭无线连接并仅使用有线连接进行大额结帐解决了这个问题。这样做之后问题就消失了。
对于增量结帐,我们不会在无线或有线上收到错误。
I resolved this problem by turning off the wireless connection and using only a wired connection to make a large checkout. After doing that the problem went away.
For incremental checkouts we don't get the error on wireless or wired.