SVN - Checksum mismatch while updating
- Go to the folder with the file causing problems(去到出问题的文件夹)
- Execute command
svn update --set-depth empty
(note: this will delete your files, so make a copy first!) (执行这个命令, 但是注意这个命令会删除掉出问题的文件夹下面的所有文件, 如果你改了东西那么需要做备份) - Execute command
svn update --set-depth infinity(执行这条命令)