SVN - 更新时校验和不匹配
问题描述:
当我尝试从 Subversion 更新某些文件时,出现错误:
When I try to update some files from Subversion, I get the error:
org.tigris.subversion.javahl.ClientException:
Checksum mismatch while updating 'D:\WWW\Project\\.svn\text-base\import.php.svn-base'; expected: '3f9fd4dd7d1a0304d8020f73300a3e07', actual: 'cd669dce5300d7035eccb543461a961e'
为什么我会得到这个?我该如何解决?
Why do I get this? How can I fix it?
答
最简单的修复方法(如果你没有太多改动的话)是将你的改动复制到另一个目录,删除你项目所在的目录退出,然后再次检查项目.
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.
然后将您的更改复制回(不要复制任何 .svn 文件夹)并提交,然后继续.
Then copy your changes back in (don't copy any .svn folders) and commit, and continue.