SVN - Checksum mismatch while updating

后端 未结 15 2104
迷失自我
迷失自我 2020-12-07 10:57

When I try to update some files from Subversion, I get the error:

org.tigris.subversion.javahl.ClientException: 
Checksum mismatch while updating \'D:\\WWW\\         


        
15条回答
  •  猫巷女王i
    2020-12-07 11:31

    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.

提交回复
热议问题