up vote 399 down vote favorite
270
share [g+] share [fb]

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 is your experience in this field? Do you think there is something better? And what are the features 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

link|improve this question
2  
these should really be divided into 2-way and 3-way diff tools, for somethings 2-way merge is not good enough – jk. Aug 11 '10 at 8:16
show 2 more comments
feedback

protected by Piskvor Mar 4 '11 at 9:31

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

54 Answers

1 2
up vote 175 down vote accepted

I have used a few others and found that Beyond Compare is quite good. I say stick with that. Just a note - this is payware, not free.

link|improve this answer
3  
I'll actually copy source directories from my Linux machines to Windows just so I can use Beyond Compare on them. It's too bad there are no free alternatives that are as good, but BC is easily worth its price. – Kristopher Johnson Sep 9 '08 at 13:12
13  
Beyond Compare 3.0, supports Linux scootersoftware.com/download.php?zz=kb_linux – stukelly Sep 14 '08 at 14:28
7  
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
5  
Go with Beyond Compare. It is a lot better than all others I've tried. – Kristof Neirynck Mar 3 '09 at 13:08
13  
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 '09 at 16:16
show 5 more comments
feedback

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|improve this answer
8  
WinMerge is a nice diff tool, but it doesn't handle 3-way merges like many of the other tools. – Bert Huijben Mar 2 '09 at 14:33
3  
I would love to use WinMerge, but it doesn't support 3-way diffs. This makes it difficult to use with modern version control software like Subversion. – Trumpi Mar 3 '09 at 14:22
3  
WinMerge works well. Even when I had a licensed copy of Beyond Compare on my machine I set everything to WinMerge. – 280Z28 Aug 2 '09 at 6:26
1  
I've used WinMerge, but still prefer BeyondCompare. In simple file to file comparison the two are very similar, but I still prefer the BeyondCompare interface. – smencer Mar 4 '10 at 16:45
1  
+1 vote for WinMerge. – Tiendq Jun 3 '11 at 7:47
feedback

I use meld.

sudo apt-get install meld
link|improve this answer
2  
Meld (linux only) has a very nice graphical file compare. Check the website: meld.sourceforge.net – Bob Fanger Oct 20 '08 at 20:08
2  
IMO, really the best OpenSource tool. – e-satis Sep 10 '09 at 17:33
show 3 more comments
feedback

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), including an option to easily select two items (if enabled in its settings)
  • 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|improve this answer
feedback

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

link|improve this answer
1  
No line wrapping, so it fails on any kind of tex editing. – mmr Dec 5 '09 at 23:48
show 2 more comments
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
show 10 more comments
feedback

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|improve this answer
2  
I agree, 3-way merge is important. KDiff3 also integrates nicely with clearcase. – hlovdal Apr 11 '09 at 1:39
2  
kDiff3 has a killer feature under windows : ability to select a file/folder with right-click, then select the other one and right-click "diff with previously memorized". This removes the hassle of file selecting. – Offirmo Sep 8 '11 at 15:34
show 3 more comments
feedback

Beyond Compare? That's so 80's...

Check out, history flow, now you're talking diff, over an infinite set of changes. Download on IBM.com.

There is even more, a subversion plugin and a blog post on the API history flow uses.

alt text alt text

It's the closet thing that you can get (yes free code available) that even BEGINS to be in the same ballpark as the visualization guru, Ben Fry, had developed the revisionist:

alt text

While it's obvious that the code in a software project changes over time, less obvious is the nature of how the code how individual changes have taken place in a broader context. Projects are typically structured as a collection of files that are added, removed, and reorganized throughout the course of development. The contents of the individual files are modified, line by line or in large pieces for every fix and feature.

the Revisionist, de facto, more than beyond comparison, it's beyond reproach.

link|improve this answer
5  
+1 for helping me find a weird new tool – jcollum Dec 8 '10 at 4:00
3  
@DMan: how about you assume I've seen this "internet" thing before and not be rude? I went to the links you provided and can't find anything that looks like software I can download. There's plenty of links to news and information about the project, but no actual software to download. – jcollum Dec 12 '10 at 16:38
1  
Dude. Vaporware? Really? – Dan Esparza Jun 10 '11 at 21:23
show 6 more comments
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

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|improve this answer
show 3 more comments
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

I use CodeCompare (http://www.devart.com/codecompare/) for C# code comparing. It is very useful - product is integrated to the Visual Studio and I can make changes with the help of the Visual Studio editor.

link|improve this answer
show 1 more comment
feedback

I like the merge that is included in Tortoise SVN

link|improve this answer
2  
funny, i can't stand the merge tool in tortoise. – Matt Briggs Jun 26 '09 at 18:29
show 2 more comments
feedback

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|improve this answer
feedback

For simple comparisons, I use PsPad, which is my default text editor.

It is quite basic, as it only displays added, removed of modified lines, as shown below:

alt text

However, PsPad is a great text editor and free. So I think it deserves to be listed in this post...

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback

Would agree with the top 3:

  • Beyond Compare (if you have money to spend)

Otherwise:

  • WinMerge (free)

  • Diff Merge from SourceGear (free)

link|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

Beyond compare is an excellent tool. The only downside is it is payware. Wikipedia has a great chart comparing all the features amongst the various programs even some not listed in the question. link text

link|improve this answer
show 2 more comments
feedback

please try Compare++. The diff tool is a visual specialized tool for source code file comparison, merging and folder synchronization.

  • Language-aware structured comparison for C/C++, Java, C#, Javascript, CSS, ...;
  • Ignore comment, pure formatted, white-space and case changes;
  • Unique ability to align moved sections such as C++ function, Java namespace, C# method, CSS selector, ...
  • Compare two folders at high speed and display results side by side
  • Easily integrate into SCM such as SVN, Git, Perforce, Microsoft TFS, SourceSafe, CVS, ...
  • Generate snapshot, HTML or text report
  • Automatically detect files and folders changes outside

alt Compare file alt Compare folder

link|improve this answer
2  
You should probably add that you are the developer of this program. – DMan Dec 11 '10 at 22:26
feedback

Most diff tools report just text differences at the line level.

A tool that compares source code structures, regardless of whitespace formatting (including line breaks) and reports reports changes in terms of structures inserted, deleted, moved, replaced, or changed by consistent identifier renaming gives better information to the programmer.

Our Smart Differencer does this for many languages, including Java, C#, Javascript and COBOL.

EDIT Feb 2010: Now does C++, PHP and XML

EDIT Aug 2010: Now does Python, EGL and Natural

EDIT Nov 2010: Now does VB6, VBScript, VB.net

EDIT Aug 2011: Does C++11, Java 1.6/Java 1.7

link|improve this answer
feedback

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|improve this answer
feedback

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

link|improve this answer
feedback
1 2

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