When I try to update some files from Subversion, I get the error:
org.tigris.subversion.javahl.ClientException:
Checksum mismatch while updating \'D:\\WWW\\
I had a simllar problem. Main provider was antivirus "FortiClient" (antivirus + VPN CLient). When I disabled it - all update/checkout was made correctly
I'm using Tortoise SVN, after tring all solution in this page and not working,
I finally back up the problem file. and use Repo Browser
delete the problem file in it, then update local folder so the file in local folder is deleted. Then copy back the backup file and Add > Commit
, then I can update successfully.
The only disadvantage of this method is the history of this file will be removed.
This happened to me using the Eclipse plug-in and synchronizing. The file causing the issue had no local changes (and in fact no remote changes since my last update). I chose "revert" for the file, with no other modifications to the files, and things returned to normal.