The SVN error fails because the "fragment delimiter is invalid" - what can I do?

In the middle of the check ( http://aima-java.googlecode.com/svn/trunk/ ) the client stops with an error, the exact error message is read:

org.tigris.subversion.javahl.ClientException: RA layer request failed svn:REPORT of '/svn/svn/vcc/default': Chunk delimiter was invalid

I searched for a Google bug but could not find a solution. The only thing I now know is that the problem is somehow caused by incompatible versions of svn.

I am using svn 1.6.12 from the ubuntu regular repository. The error is reproduced with several clients (tested with Eclipse and RabbitVCS), since they all use the same backend.

Any suggestions on how to deal with this and avoid it in the future?

thanks

+6
source share
2 answers

Look at this error:
http://subversion.tigris.org/issues/show_bug.cgi?id=2647

You can try updating / checking a small part of the folder using fodler.

+4
source

I solved this problem by disabling the wireless connection and using only a wired connection to do a great check. After that, the problem disappeared.

For incremental checks, we do not receive an error in a wireless or wired network.

+1
source

Source: https://habr.com/ru/post/899529/


All Articles