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
https://stackoverflow.com/questions/10352934/svn-checksum-mismatch-while-updating/11364435#11364435