Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subclipse (SVN) Compare showing similar files

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!

like image 676
gerges Avatar asked Nov 06 '22 16:11

gerges


2 Answers

Sounds like it could be whitespace-related. Maybe tortoise defaults to ignoring ws changes.

like image 77
sandos Avatar answered Nov 12 '22 17:11

sandos


Seems to be Eclipse bug, which waits for solution...

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318826

like image 24
Line Avatar answered Nov 12 '22 19:11

Line