Wednesday, August 10, 2011

Subversion CheckSum Error

I have been working with subversion again and I came across this checksum error....

I was looking for an easy way to fix it and so this is what I did.

0) Backup the changes for the corrupt file.
1) Browse to the SVN repository and delete the file.
2) Update the client version of the respository. (the file in question should be removed)
3) Make a new file and paste your changes in.
4) Commit (as a new file)

Again, Git is so much easier to use... but maybe it's because I am not using it through an Eclipse plugin...

No comments:

Post a Comment