Using Subclipse and SVN 1.6
When you synchronize views with the repository, you get the conflicting files and you can edit them by hand. But sometimes, you accidentally update, getting lots of versions of your file. Example:
File.source
File.source.mine
File.source.r5875
File.source.r6150
I would like to understand what's the logic behind these files, and what tools does Subclipse provide to compare these files. Has File.source been merged with any of the revisions? Is the .mine file the one which has only my changes?
Thanks