Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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, Mac OS X, Linux, free or commercial, you name it.

Here's a few that I've used or heard of, just to get the conversation started:

(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.)

share|improve this question
See also 3-way XML merge algorithm where I ask about 3-way merge of XML or HTML files. – ChrisW Feb 22 '10 at 16:51

closed as not constructive by casperOne Apr 11 at 11:36

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

15 Answers

Beyond Compare 3 Pro supports three-way merging, and it 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, that is, merge markers resident in the destination file, Beyond Compare does not offer three-way file compare/editing. Beyond Compare says that feature is on their list.

Note: 3-way merge is a feature in the Pro edition of Beyond Compare 3 only

share|improve this answer
It's pretty inexpensive too! (Good discounts at modest quantities) – Jason S Feb 21 '09 at 18:29
5  
+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
1  
Michael, I'm not sure what you mean. Beyond Compare has great support for diffing folders: scootersoftware.com/moreinfo.php. – Bruce Christensen Mar 15 '12 at 23:21
I think three-way compare is only available in the Pro version, not the Standard one. – Matthew Strawbridge Dec 11 '12 at 10:12
show 2 more comments

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

share|improve this answer
2  
+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
20  
Meld, unfortunately, is NOT three-way merge tool (even they state it on the homepage). For three-way merging you need FOUR windows (the base file). But I love meld, works great. – lzap Jun 15 '12 at 9:31
show 6 more comments

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.

share|improve this answer
8  
It's available for Windows, Mac, Linux, FreeBSD, and Solaris 10 – Grant Limberg Aug 15 '09 at 6:48
2  
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
16  
@Art: of course you can edit the merge result in P4Merge. I do it all the time! – Sklivvz May 16 '11 at 21:16
1  
This is simply the perfect merge tool, and it's free. For those using Visual Studio, it integrates perfectly (richard-banks.org/2009/09/…) – Clafou Jan 16 '12 at 14:42
show 6 more comments

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

share|improve this answer
+1. Me too. I was going to add that myself. – RichardOD Oct 20 '09 at 8:17
2  
More advantages of KDiff3: same interface for Linux and Windows, very smart algorithm for solving conflicts, regular expressions for automatically solving conflicts, integrate with ClearCase, SVN and Git, editable merged file, compare directories. – neves Jan 3 at 13:05
integrates with visual studio too (it's possible to replace the default diff/merge tool, see blogs.msdn.com/b/jmanning/archive/2006/02/20/… ) – sotto Jan 4 at 12:46

Source Gear Diff Merge:

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

enter image description here

share|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 '12 at 7:35

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

enter image description here

share|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
3  
downvote, it doesn't really resolve conflicts, it's just diff. – piotr Feb 14 '12 at 20:02
1  
vimdiff now has nice git handling for 3-way merging (ie 4 panes) - vim.wikia.com/wiki/… – Sonia Hamilton Aug 28 '12 at 2:43

Araxis Merge. It is commerical, but it is so worth it... It is available for Windows and the Mac OS X.

Enter image description here

share|improve this answer
3  
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  
+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
2  
After using Araxis for a long time my company has switched to KDiff3 for the following reasons: (1) When a merge in Araxis is cancelled the file still gets marked as resolved in TortoiseHg. (2) Araxis shows a mixture of the base revision & the merge result in the "Merge Result" pane which is frequently confusing. (3) From TortoiseHg KDiff3 will automatically merge without user interaction if it can do so. (4) KDiff3's merge algorithm just seems to do a better job. However we still use Araxis as our compare tool :) – Michael Platings Jul 20 '12 at 16:02

I love Ediff. It is standard in Emacs.

Enter image description here

share|improve this answer
1  
As much as I love ediff, I see only two buffers above... a 3-way merge is supposed to have 3 or 4 windows: the three being merged (local, remote and their common ancestor base), and the final merge output. There does seem to be a 3-way merge in ediff (called ediff-merge-with-ancestor) but I'm not sure if it has 3 panes or 4, and also the screenshot above doesn't reflect that. – ShreevatsaR Mar 5 at 5:24

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

share|improve this answer
1  
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
2  
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 '12 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 '12 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 '12 at 14:00

Kdiff3 conflict resolution algorithm is really impressive.

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

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

You can configure it as the default diff tool in 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.

The merged file is editable. Has slick keyboard shortcuts.

You can also use it compare and merge directories. See: Kdiff3 Comparing directories

An advanced feature is to use regular expressions for defining automatic merges.

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

share|improve this answer

Ultracompare. It is really good, handles large files (more than 1 GB) well, is Windows only, and it's commercial, but it is worth it.

Enter image description here

share|improve this answer

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

share|improve this answer

xxdiff if you're in Linux land.

Enter image description here

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer

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