您的位置:首页 > 其它

[SVN]How-to recover from checksum mismatch errors in SVN

2010-03-15 11:28 639 查看
1.check out the directory in other place, we'll call it the tmp_directory
2.delete the files in the following directory:
working_directory/.svn/text-base
before that , you can make a copy in case any thing bad happen
3.copy the files in tmp_director/.svn/text-base to working_directory
4.everything is back to normal now

the reason for something like that happen is the files in working_director/.svn/text-base/ is different from the one stored in the server.And it perfectly explains the problem.

参考:
1.http://andrew.hedges.name/blog/2009/01/25/how-to-recover-from-checksum-mismatch-errors-in-svn
2.http://maymay.net/blog/2008/06/17/fix-subversion-checksum-mismatch-error-by-editing-svnentries-file/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: