SVN - Checksum mismatch while updating

后端 未结 15 2071
迷失自我
迷失自我 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:24

    The easiest way to fix it (if you don't have many changes) is to copy your changes to another directory, delete the directory where your project is checked out, and checkout the project again.

    Then copy your changes back in (don't copy any .svn folders) and commit, and continue.

提交回复
热议问题