I am getting this error while running svn up
command: svn: E200014: Checksum mismatch
.
I tried the solution here: SVN - Checksum mismatch while updating
(which involves running command svn update --set-depth empty
and svn update --set-depth infinity
in the directory with problematic file) but this doesn't work and I am still getting the same error.
Is there any other solution apart from checking out the whole repository again and copying back the changes?
Thanks in advance.