SVN - Checksum mismatch while updating

后端 未结 15 2065
迷失自我
迷失自我 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条回答
  •  [愿得一人]
    2020-12-07 11:07

    If you have a colleague working with you:

    1) ask him to rename the file causing problems and commit

    2) you update (now you see the file with invalid checksum with different name)

    3) rename it back to its original name

    4) commit (and ask you colleague to update to get back the file name in its initial state)

    This solved the problem for me.

提交回复
热议问题