How to Solve SVN Error: svn:Checksum mismatch while updating

Error executing SVN update:

svn:Checksummismatchwhileupdating'D:\workspace\demo\test\.svn\text-base\test.php.svn-base';expected:'e46703b45e810605fd7513943533b00f',actual:'5480a41836d19692a1a85e667d222e82'

The file identification code is inconsistent between local and remote. Under the condition of ensuring the consistency between the two, use the following methods to solve the problem:
1. Find the directory where the file is located eg: D:// workspace/demo/test \
2. Show all hidden files and find the. SVN/entries file in the directory
3. Remove the read-only attribute of the file
4. Edit the file to find the file

10630test.phpfile29152011-09-23T02:16:30.000000Ze46703b45e810605fd7513943533b00f2011-09-14T06:42:48.305470Z2915yuchangfeng

5. Change ‘e46703b45e810605fd7513943533b00f’ to ‘5480a41836d19692a1a85e667d222e82’
6. Save the file and update it again

 

Similar Posts: