vote up 99 vote down star
66

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

prev 1 2
vote up 0 vote down

Another vote from me for WinMerge. I've been using this tool for some years now and with a recent new project I discovered just another nice feature:

The installer integrates nicely with a local clearcase client installation.

link|flag
vote up 0 vote down

WinMerge and eDiff; I use WinMerge when I'm comparing entire folders, but eDiff for 2 or 3 files, or snippet comparison.

link|flag
vote up 0 vote down

I like SmartSynchronize. It is effectively the built-in compare/merge tool for SmartCVS (and I assume SmartSVN), but separated out for use on the file system. Written in Java, so runs on most Java-supporting platforms.

link|flag
vote up 0 vote down

I really like the free and excellent Perforce Merge tool (also known as p4merge):

p4Merge in action

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

SourceGear's Diffmerge also has folder diffing. Using the tool with Mercurial :-)

link|flag
vote up 0 vote down

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

Check out, history flow, now your talking diff, over an infinate set of changes.

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

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|flag
vote up 0 vote down

WinMerge is out because it doesn't do side-by-side comparisons of FOLDERS/FOLDER TREES.

I currently use BC2.x & love it.

Also, it is licensed for use BY ME on unlimited PCs, and can be configured as a PORTABLE APP.

I never heard of Araxis, but it looks good, and it does 3-way merges (BC2 doesn't, I don't know if BC3 does). But Araxis is MUCH more expensive, and is licensed per computer (thus I doubt it can be configured to be portable).

link|flag
vote up 0 vote down

checked website.

BC3 does do 3-way mergers, if you buy the pro version ($20 more)

link|flag
vote up 0 vote down

I personally use Delta Walker. It is available on Windows/OS X/Linux, works as good as Araxis, but is much cheaper.

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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.

See http://www.semanticdesigns.com/Products/SmartDifferencer/index.html that does this for many languages, including Java, C#, Javascript and COBOL.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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