SVN - Checksum mismatch while updating

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

    I found very nice solution, that SOLVED my problem. The trick is to edit the svn DB (wc.db).

    The solution is described on this page : http://www.exchangeconcept.com/2015/01/svn-e155037-previous-operation-has-not-finished-run-cleanup-if-it-was-interrupted/

    If link is down, just look and follow this instructions:

    I used sqlite tool from http://sqlitebrowser.org/.

提交回复
热议问题