How to compare local copy of a file with latest one in Subversion using Tortoisesvn?
I have all my files committed but there seems to be a difference somewhere and I am trying to find it.
How to compare local copy of a file with latest one in Subversion using
Share
Right click on the checked out folder and do “check for modifications” from the TortoiseSVN menu – this shows you all the files that have not yet been committed.
If you are paranoid that there are differences when someone else checks out the code you could just do a 2nd check out to some other folder and use a tool like kdiff3 to compare the two.