SVN checkout fails with “chunk delimiter was invalid” - what can be done?

…衆ロ難τιáo~ 提交于 2019-12-21 12:55:58

问题


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


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/7808308/svn-checkout-fails-with-chunk-delimiter-was-invalid-what-can-be-done

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!