views:

73

answers:

7

Possible Duplicates:
Best file comparison tool
Best Diff Tool?

Duplicate: this is a duplicate of Best file comparison tool and many others. While it may be fun to post our favorite diff tools, I recommend we close this question as a duplicate, and answer in the original question.


What application do you use for comparing two source code files to find the differences between them?

+1  A: 

Assuming you're on windows: http://www.grigsoft.com/download-windiff.htm

graphicdivine
+4  A: 

diff?

Pablo Santa Cruz
+3  A: 

Or Winmerge http://winmerge.org/ There are also diff tools built into most Source Control systems (eg tortoise for SVN).

Andrew M
+1  A: 

I use DiffMerge

http://www.sourcegear.com/diffmerge/index.html

smoore
+1  A: 

I always use TortoiseMerge (which is part of TortoiseSVN) for this kind of tasks.

MartinStettner
+1  A: 

I find BeyondCompare to be excellent.

Winston Smith
A: 

If you use Eclipse, you can highlight both files in the tree view, right-click and choose Compare With -> Each Other.

There is also a nice diff plugin for jEdit.

Nils Weinander