Search code examples
javaeclipseeclipse-pluginmyeclipse

Issue in comparing files in eclipse


As i am using Windows 7 64 bit, i installed SVN plugin version 1.8 from the site http://subclipse.tigris.org/update_1.8.x

When i compare any file with latest from repository then the comparison is not shown properly. Please refer the screen shot and suggest if i am missing something. I faced this in eclipse indigo also.

enter image description here

enter image description here


Solution

  • I got the issue, Actually it was considering white-spaces during comparison by default for all files.

    Open Window > Preferences from the menu bar Select General > Compare/Patch in the left-side tree menu Check "Ignore white space" Press Apply, then OK