Subversion, Git, Mercurial and others support three-way merges (combining mine, theirs, and the "base" revision) and support graphical tools to resolve conflicts.

What tool do you use? Windows, OSX, Linux, free or commercial, you name it.

Here's a few that I've used or heard of, just to get the conversation started: kdiff3, DiffMerge, P4Merge, Meld, Beyond Compare Pro.

(I recognize that this is sort of like the Best Diff Tool but it's different in that I explicitly focus on three-way merge tools; WinMerge is off the list, for example.)

link|improve this question

feedback

16 Answers

Beyond Compare 3 supports 3-way merging, and is a pretty impressive merge tool. It's Commercial (but worth it, imho) and is available on both Windows and Linux.

As pointed out in a comment, it's also inexpensive.

enter image description here

Note; If one does not have a merge set, ie merge markers resident in the destination file, BeyondCompare does not offer 3-way file compare/editing. BeyondComapare says that feature is on their list; http://www.scootersoftware.com/vbulletin/showthread.php?t=7834

link|improve this answer
It's pretty inexpensive too! (Good discounts at modest quantities) – Jason S Feb 21 '09 at 18:29
4  
+1 Beyond Compare is easily worth the price, especially when you consider it's other features. – jamiei Mar 5 '09 at 10:48
Good, but no support for selecting folders – Michael Fitzpatrick Nov 22 '11 at 21:34
Michael, I'm not sure what you mean. Beyond Compare has great support for diffing folders: scootersoftware.com/moreinfo.php. – Bruce Christensen Mar 15 at 23:21
feedback

Meld Diff Viewer

I have had only good experiences working with Meld. I use it when I have to do messy code merges between branches. It is simple to use and has a clean interface. It however may not be what you are looking for if you are locked into a windows environment.

  • Open Source
  • Linux and MacOS Supported
  • Multiple File Diff
  • Three-way Compare Support

In Ubuntu, install is as simple as: sudo apt-get install meld

enter image description here

link|improve this answer
+1 Meld is slick, clean, "just enough" software. – Trevor Bramble Feb 23 '09 at 20:57
Just gave meld a spin to diff/merge two branches, was almost perfect except for a SVN created false WS – David Jan 12 '11 at 17:25
2  
Meld is flawed and its visual clues are misleading. – aib Mar 18 '11 at 12:01
2  
Meld doesn't even work with git correctly. – Reinis I. Dec 22 '11 at 13:31
@aib could you please elaborate? In what way is it flawed/misleading? I just did hg merge --tool=meld and I found it quite satisfactory. – Aryeh Leib Taurog Apr 19 at 18:22
show 1 more comment
feedback

Just checked out P4merge since I heard about it in another blog article:

enter image description here

Very slick interface, and FREE! I've been a faithful Araxis Merge user, but considering this is free and awesome, I'd encourage you to check it out.

link|improve this answer
as far as I can tell this tool is only available on windows. – frankster Aug 3 '09 at 11:07
6  
It's available for Windows, Mac, Linux, FreeBSD, and Solaris 10 – Grant Limberg Aug 15 '09 at 6:48
1  
I don't think you can edit the merge result in P4Merge, that's a big drawback – Art Apr 7 '11 at 0:39
1  
Good call, and it's one of the reasons I pay for and use Araxis Merge. – Dan Esparza Apr 7 '11 at 1:13
8  
@Art: of course you can edit the merge result in P4Merge. I do it all the time! – Sklivvz May 16 '11 at 21:16
show 2 more comments
feedback

Source Gear Diff Merge:

Cross-platform, true three-way merges and it's completely free for commercial or personal usage.

enter image description here

link|improve this answer
diffmerge is quite nice, though it takes a while to start up. – frankster Aug 4 '09 at 14:02
I've used DiffMerge for years and liked it. However, I read this blog post where the author was looking at diff-merge tools and whittled down the list to DiffMerge and P4Merge. He ended up going with P4Merge simply because it had a nicer interface. I've just started using P4Merge today and I would have to agree. In particular, DiffMerge does not show changes well - it shows them as a deletion and insertion. This can be confusing if there are many changes close together. P4Merge displays it better. – Simon Tewsi May 18 at 7:35
feedback

I use KDiff3 open source, cross platform

It's keyboard-navigation is great: ctrl-arrows to navigate the diffs, ctrl-1, 2, 3 to do the merging.

enter image description here

link|improve this answer
+1. Me too. I was going to add that myself. – RichardOD Oct 20 '09 at 8:17
feedback

Araxis Merge. Commerical, but so worth it... available for Windows and the Mac

enter image description here

link|improve this answer
1  
Agree, it's the best I've used. – Dan Olson Feb 25 '09 at 1:58
My observation: Its relatively slow when handling large files around 5MB. – Naga Kiran Dec 27 '09 at 17:14
+1 for Araxis. One of the few tools I was willing to pay good money to have for personal use. Everything else is cluttered, confusing, and pales in comparison (pun intended). – Dan Esparza Aug 8 '11 at 21:44
feedback

I love ediff, standard in emacs.

enter image description here

link|improve this answer
feedback

vimdiff. It's great. All you need is a window three feet wide.

enter image description here

link|improve this answer
5  
Took some time to figure out that you can do "gvimdiff -O branch1.txt base.txt branch2.txt merge.txt" and the use ctrl+w J to move the merge buffer to the bottom of the screen. Is this how you use it? – Wim Coenen Feb 21 '09 at 14:39
Pretty much, except I use vim, not gvim. – Paul Beckingham Feb 21 '09 at 15:52
1  
downvote, it doesn't really resolve conflicts, it's just diff. – piotr Feb 14 at 20:02
feedback

TortoiseSVN comes with TortoiseMerge which can be very handy if you don't want to install/configure additional tools. It isn't as easy to use as TortoiseSVN itself though. Well after getting used to it, it's really a good tool.

enter image description here

link|improve this answer
Isn't tortoisesvn considered an additional tool on its own? ... a tool that is not needed by most people who dont use svn. Also, most information on the internets points to TortoiseMerge not being a 3way merge tool. – Evgeny Dec 29 '09 at 11:03
1  
TortoiseMerge is by far the easiest and most intuitive 3-way merge tool I've ever seen; I wish it had been written using a proper GUI toolkit. – aib Mar 18 '11 at 11:13
Kdiff 3 is really superior to it. And it is free. – neves Jan 26 at 1:50
After we started using Mercurial for source control, our need for a merge tool was significantly reduced due to DVCS's better merge mechanisms. TortoiseHg comes with KDiff3 and I don't have any complaints so far. – ssg Jan 26 at 12:10
Damn tool keeps telling me my textfiles are binary and refuses to open them :( But yeah, it really is quite a nice tool. – Moulde Feb 29 at 14:00
feedback

Ultracompare, really good and handles large files (1G+) well, windows only, its commercial but worth it.

enter image description here

link|improve this answer
feedback

See also 3-way XML merge algorithm where I ask about 3-way merge of XML or HTML files.

link|improve this answer
feedback

Diffuse is an easy to use three-way merge tool. It supports all of the platforms and version control systems you mentioned.

enter image description here

link|improve this answer
feedback

Kdiff3 algorithm is really impressive.

Even when subversion indicates a conflict, Kdiff3 solves it automatically. There's versions for Windows and Linux. It is possible to integrate it with TortoiseSVN and with your linux shell.

It is one of my favorites open source software. One of the first tools I install in any machine.

You can integrate it to be the default diff tool with Subversion, Git, Mercurial, and ClearCase. It also solves almost all the ClearCase conflicts. In Windows, it has a nice integration with windows explorer: select two files and right click to compare them, or right click to 'save to later' a file, and then select another one to compare.

You can also use it compare and merge directories.

My only annoyance is that it is a little difficult to compile if it isn't present in your favorite disto repository.

link|improve this answer
feedback

I would like to add that you can also get BeyondCompare 3 Pro for Linux (not just windows). I hope that they release an OS X version in the future.

link|improve this answer
feedback

xxdiff if you're in linux land.

enter image description here

link|improve this answer
feedback

I wrote a review of some merge tools a while back that may be useful: http://www.misuse.org/science/2007/02/24/3-way-merging/

The summary is that I found ECMerge to be a great, though commercial product. http://www.elliecomputing.com/products/merge_overview.asp

I also agree with MrTelly that Ultracompare is very good. One nice feature is that it will compare RTF and Word docs, which is handy when you end up programming in word with the sales guys and they don't manage their docs correctly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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