vote up 96 vote down star
64

For all my present Diff / Merge needs I'm using Beyond Compare; when I decided to buy a license for it I tried other similar tools, both payware and freeware.

Now BC is at version 3, and I think it's a great tool... but what are your experience in this field? Do you think there is something better? And what are the feature you like best on your favorite Diff tool?

EDIT

I'm recollecting here a list of the tools mentioned in the answers below, in order of preferences (more or less), separating pay- from free- ware and indicating supported operating system. Hope this helps.

PAYWARE

FREEWARE

flag

42 Answers

1 2 next
vote up 64 vote down check

I have used a few others and found that Beyond Compare is quite good. I say stick with that.

link|flag
2  
I'm tried a few, installed KDiff3 and Beyond Compare 3. After a few weeks I paid for 3 Beyond Compare 3 licenses, enough for our small team. You will not regret spending that $50. – Brian Boatright Sep 28 '08 at 21:18
2  
Go with Beyond Compare. It is a lot better than all others I've tried. – Kristof Neirynck Mar 3 at 13:08
2  
Agreed. Beyond Compare may not be free, but it's not all that expensive either, and in terms of quality, there's just nothing else that ahem compares with it. – Mason Wheeler Apr 21 at 16:16
show 2 more comments
vote up 54 vote down

I'm partial to WinMerge, which does everything I need. I've never used Beyond Compare so I can't speak to the difference in features between the two.

link|flag
show 3 more comments
vote up 29 vote down

I second the WinMerge recommendation, it handles file/folder diffing and merging greatly. There are handy filters built in as well to block out source control files and stuff like that. Plus it's free! Here's the list of features from the site:

  • Visual differencing and merging of text files
  • Flexible editor with syntax highlighting, line numbers and word-wrap
  • Handles DOS, UNIX and MAC text file formats
  • Unicode support
  • Difference pane shows current difference in two vertical panes
  • Location pane shows map of files compared
  • Highlights differences inside lines in file compare
  • Regular Expression based file filters in directory compare allow excluding and including items
  • Moved lines detection in file compare
  • Creates patch files
  • Resolve conflict files
  • Shell Integration (supports 64-bit Windows versions)
  • Rudimentary Visual SourceSafe and Rational ClearCase integration
  • Archive file support using 7-Zip
  • Plugin support
  • Localizable interface
  • Online manual and installed HTML Help manual
link|flag
vote up 21 vote down

Diff Merge from SourceGear is free and good: http://www.sourcegear.com/diffmerge/index.html

link|flag
show 1 more comment
vote up 16 vote down

By far, BeyondCompare is the best diff/merge tool that I have ever used.

  • We evaluated both BeyondCompare and Araxis for integration into clearcase, and after extensive testing with complicated deliveries BeyondCompare came out on top because of its solid handling of complex automatic merges. It happens to be much cheaper as well.
  • I use the Explorer context menu integration all the time on Windows (32-bit and 64-bit)
  • It runs on both Windows and Linux
  • Love the free trial period.. finally a product that is "30 days of use" instead of "30 days since I installed and forgot about it".
    • Excellent discounts if you purchase in bulk
  • Powerful directory comparisons
    • Compare a directory to a .zip file
    • Compare a directory to an FTP site
  • 3-way Merge, inline editing, syntax highlighting
  • compare images, Source Code, binary files, mp3 metadata, ...
  • can save "sessions".. for instance: compare changes in the last 60 days in "My Documents" to an folder on an external hard drive
  • Good source control integration
    • When you diff with a directory that's configured under source control, it will prompt you to automatically check out the files you're trying to overwrite!
    • Can be configured to handle the silent merges for clearcase (probabaly other tools too)
  • Supports input/output filters, for instance XMLTidy/HTMLTidy
link|flag
show 1 more comment
vote up 15 vote down

Vimdiff.

It's part of the vim distribution. Interactive, syntax-highlighting diff with the full text editing power of vim. It uses folding ("zc" to close a fold, "zo" to open one) to hide matching parts.

link|flag
show 2 more comments
vote up 14 vote down

I use meld.

sudo apt-get install meld
link|flag
show 2 more comments
vote up 9 vote down

The best tool which I saw and used is Araxis Merge. It has a lot of useful functions, including:

  • Auto resolving of conflicts after merge.
  • Horizontal and vertical two and three-way comparison.
  • Strong edition features (move, delete, add before/after line/block, in-place editing).
link|flag
vote up 7 vote down

I vote for KDiff3. It supports 3-way merging, which is great for working with copy-edit-merge version control systems like Subversion. It also allows editing in the results pane.

The only other diff tool I know that supports 3-way merging is diffmerge.

Winmerge does not support 3-way merging, so it is not good enough for me.

link|flag
show 1 more comment
vote up 4 vote down

We use Perforce for source control at work, and now Perforce have released their merge tool as a free stand alone merge tool. I think it's pretty good, plus, it integrates well with Perforce server.

http://www.perforce.com/perforce/products/merge.html

link|flag
vote up 4 vote down

I use perforce merge for single-file source merges and araxis merge for folder-to-folder compare.

I think perforce is superior for single file - I really like it's 4-way merge screen (source control branch tip, local version, common ancestor from source control and target) and it's color/shape-coding. Also, it's automatic merge (suggested target) is very smart and suitable for Java.

Araxis merge has the unique capability to compare an entire folder tree, drilling down to file-to-file compare in a click. I find this useful in version compare situations when I quickly need to assess the amount of changes or track a specific change.

link|flag
show 2 more comments
vote up 4 vote down

ediff - bundled with Emacs

It handles pair-wise diffing, file merging, directory diffing/merging. It can apply mutli-file patches, and it groks version control. Plus, you get all the features of Emacs: .zip/.gz/.tar support, syntax highlighting, ftp/ssh support, unicode, etc. etc.

link|flag
vote up 4 vote down

Araxis Merge

is the best i would say. It has amazing reporting options which would come very handy..

Also heres how the 3 way comparison look like

link|flag
vote up 4 vote down

I think Kompare has the best interface of any diff tool I have even seen, I just wish I could find something like it in Windows.

http://www.caffeinated.me.uk/kompare/

link|flag
vote up 3 vote down

I've tried a bunch of the other diff tools out there and I still keep coming back to Beyond Compare. I haven't tried v3 of Beyond Compare yet though...

link|flag
vote up 3 vote down

Would agree with the top 3:

  • Beyond Compare (if you have money to spend)

Otherwise:

  • WinMerge (free)

  • Diff Merge from SourceGear (free)

link|flag
vote up 2 vote down

I've had good luck with ExamDiff; it's free and does what I need it to do.

link|flag
vote up 2 vote down

I like the merge that is included in Tortoise SVN

link|flag
show 2 more comments
vote up 2 vote down

Diffuse (http://diffuse.sourceforge.net/) is good cross-platform diff/merge tool. It's features include:

  • ability to compare and merge an arbitrary number of files side-by-side (n-way merges)
  • line matching can be manually corrected by the user
  • ability to directly edit files
  • syntax highlighting
  • Bazaar, CVS, Darcs, Git, Mercurial, Monotone, Subversion, and SVK support
  • support for UTF-8 encoded unicode
  • unlimited undo
  • easy keyboard navigation
link|flag
vote up 1 vote down

I use the Compare plugin for Notepad++; its built right into your editor. While it doesn't compare directories or anything "advanced," it does a great job at file-to-file comparison. And it's free.

link|flag
vote up 1 vote down

I'd second the recommendation of (g)vimdiff. Often its very useful to have a powerful text editor, complete with syntax highlighting while comparing (and merging) files.

For situations where a tool (e.g. CVS or git) has already run a merge and left conflicts in a file, xxdiff has a really neat mode where it can separate the file and show it in a side-by-side diff.

link|flag
vote up 1 vote down

Even if I did not try these, I'm adding for completeness also:

link|flag
vote up 1 vote down

Beyond Compare for Windows is a must - in Mac land there aren't many to choose from (which is a pitty) Changes isn't too bad, but pales in comparison to a full featured tool like Beyond Compare.

link|flag
vote up 1 vote down

On Mac OS X you have Apples FileMerge which comes with the Develper Tools.

link|flag
vote up 1 vote down

A couple more for the list.

Changes for OSX as payware (http://www.changesapp.com)

tkdiff is free under the GPL (http://tkdiff.sourceforge.net)

link|flag
vote up 0 vote down

I use winmerge. One thing I /would/ like to see in it would be the ability to force a match (this line on the left is that line on the right)

link|flag
show 1 more comment
vote up 0 vote down

Another vote for Araxis Merge. The Standard Edition has covered 95% of the diff/merge tasks that I've encountered. It is good enough that I purchased a personal copy for work.

link|flag
vote up 0 vote down

I think it depends on what your trying to compare and why. I use WinMerge most of the time. Sometimes I use DiffMerge. Sometimes I use Tiny Hexer.

link|flag
vote up 0 vote down

After trying a couple other diff programs for Windows, I stuck with Araxis Merge. The standard version does about everything I'd want done with 2-way diffing. Also, the immediate impression it makes is very good; it doesn't overwhelm you with colored lines. In other words, it tells you what you need to know without confusion. It is also supported very well.

link|flag
vote up 0 vote down
  1. Winmerge
  2. notepad++ merge plugin (usually use this as a quick way if I do have both files open but for serious merging I'll go to no. 1)

I don't know Beyond Compare or Araxis thus can't comment on them.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.