Reputation: 264
It seems whenever I compare via the SVN Repository explorer (most recently after a merge) subclipse will show a few files in the compare window that have no differences whatsoever. Double clicking the file brings up the Java Source Compare window, but Subclipse highlights no sections and shows no differences. A manual inspection of the file shows they are identical. What causes this? Are there any ways to disable it, it can be quite confusing?
Your help is greatly appreciated!
Upvotes: 5
Views: 1582
Reputation: 1651
Seems to be Eclipse bug, which waits for solution...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318826
Upvotes: 1
Reputation: 5176
I think the problem is that after merging the revision of the file is changed. So, although the content of files is the same, the compare view shows the change. It is very very bad... :(
Upvotes: 0
Reputation: 7214
There may not be structural change, but only space related or formatting. Try clicking on "next difference".
Upvotes: 0
Reputation: 852
Sounds like it could be whitespace-related. Maybe tortoise defaults to ignoring ws changes.
Upvotes: 1