Go from: SVN error svn:checksum mismatch while updating
Error executing SVN update:
Svn:checksum mismatch while updating ' D:\workspace\demo\test\.svn\text-base\test.php.svn-base ';
Expected: ' e46703b45e810605fd7513943533b00f ', actual: ' 5480a41836d19692a1a85e667d222e82 '
The file identification code is local and remote inconsistent. Use the following methods to ensure that both are consistent:
1. Locate the directory where the file is located eg:d:\workspace\demo\test\
2. Show all hidden files find the directory. svn\entries file
3. Remove the file read-only attribute
4. Edit the file to find
10630
test.php
file
2915
2011-09-23t02:16:30.000000z
e46703b45e810605fd7513943533b00f
2011-09-14t06:42:48.305470z
2915
Yuchangfeng
5. Modify ' e46703b45e810605fd7513943533b00f ' to the remote file identification code in the error notification message ' 5480a41836d19692a1a85e667d222e82′
6. Save the file and update it again
==================================================================
Try it in the above way, theoretically, but it's not going to be a success or a problem.
Become
Svn:checksum mismatch while updating ' D:\workspace\demo\test\.svn\text-base\test.php.svn-base ';
Expected: ' e46703b45e810605fd7513943533b00f ', recorded: ' 5480a41836d19692a1a85e667d222e82 '
Svn:checksum mismatch while updating ' D:\workspace\demo\test\.svn\text-base\test.php.svn-base ';
Expected: ' e46703b45e810605fd7513943533b00f ', actual:null
The problem remains, ... Now the project run no problem, forget how to deal with the