after migrating our SVN repository from VisualSVN (Windows Server, SVN 1.7.7) to CentOS7 (SVN 1.7.14) we repeatingly (and each time for different files) get checksum errors when checking out from Eclipse or TortoiseSVN (Command line and GUI, all on Windows 7) from the new repository.
We already tried SVN 1.9.3 with re'dump'ing and re'load'ing via svnadmin, but it still fails with the same Checksum mismatch message. Its a show stopper for migration since we are unable to get the svn correctly installed. The error we get is:
checkout http://a.b.c.d/svn/xy/trunk -r HEAD --depth=infinity --force
svn: Checksum mismatch for 'C:\Free\dev\workspace\maven.1535642555604\XY'\xyz.java':
expected: 77db5c9d4feff3f7c69e9e84e3eaad94
actual: 07fc691c7225f05a70ffadb1450afdfd
We have direct internet connection, without proxy.
I googled around for two days now but found an solution. Can anybody help?
Thank you so much. Best regards, Peter