vote up 13 vote down star
13

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

flag

80% accept rate

13 Answers

vote up 13 vote down

Source Gear Diff Merge:

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

link|flag
diffmerge is quite nice, though it takes a while to start up. – frankster Aug 4 at 14:02
vote up 13 vote down

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.

link|flag
It's pretty inexpensive too! (Good discounts at modest quantities) – Jason S Feb 21 at 18:29
+1 Beyond Compare is easily worth the price, especially when you consider it's other features. – jamiei Mar 5 at 10:48
vote up 6 vote down

Araxis Merge. Commerical, but so worth it...

link|flag
Agree, it's the best I've used. – Dan Olson Feb 25 at 1:58
vote up 4 vote down

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

link|flag
+1 Meld is slick, clean, "just enough" software. – Trevor Bramble Feb 23 at 20:57
vote up 4 vote down

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

p4Merge in action

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|flag
as far as I can tell this tool is only available on windows. – frankster Aug 3 at 11:07
2  
It's available for Windows, Mac, Linux, FreeBSD, and Solaris 10 – Grant Limberg Aug 15 at 6:48
vote up 3 vote down

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

link|flag
1  
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? – wcoenen Feb 21 at 14:39
Pretty much, except I use vim, not gvim. – Paul Beckingham Feb 21 at 15:52
vote up 2 vote down

xxdiff if you're in linux land.

link|flag
vote up 2 vote down

I love ediff, standard in emacs.

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

I use KDiff3 open source, cross platform

link|flag
+1. Me too. I was going to add that myself. – RichardOD Oct 20 at 8:17
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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