vote up 4 vote down star
3

I'm looking for a good free 3-way Merge/Diff tool for Windows.

I know of KDiff3. But I was looking for further recommendations.

flag

60% accept rate

8 Answers

vote up 0 vote down

I think there is some confusion about 2-way and 3-way merging. Here is my understanding of the issue. There is a file say 'A' which was modified by two different users to have files 'B1' and 'B2'. If a tool compares just B1 and B2 to allow you to get a merged file 'C', its a 2-way merge tool. If a tool compares B1 and B2 with reference to A, its a 3-way merge tool. Generally, 3-way merge tools give a much better grasp of what has happened and are preferred.

Both Winmerge and the merge tool built into TortoiseSVN are 2-way merge tools.

link|flag
vote up 0 vote down

Guiffy SureMerge is a very trustworthy 3-way auto merge tool. Its used by thousands of SCM users - as a plugin to improve their built in merge tool. Guiffy is available on all Java enabled platforms including: Windows, MacOS, Linux, and Unix. Guiffy includes a diff tool, folder compare, and SureMerge (the trustworthy 3-way merge tool). http://www.guiffy.com

link|flag
vote up 0 vote down

Diffuse (http://diffuse.sourceforge.net/) is an easy to use free tool that supports 3-way merges.

link|flag
vote up 1 vote down

TortoiseSVN contains WinMerge. It's pretty ok.

link|flag
Why downvote without a comment? – furtelwart Mar 6 at 11:47
+1 for winmerge, but it's not included in tortoise, is it? I installed it separately. – Blorgbeard Mar 27 at 4:08
I think in the Windows binary, it's included or installed in one step. – furtelwart Mar 27 at 5:36
I didn't downvote, but WinMerge is not a 3-way merge tool. – eed3si9n Nov 13 at 22:33
vote up 0 vote down

TortoiseMerge is available either together with TortoiseSVN, but also as a standalone tool. Note: the TortoiseDiff.zip file also contains an image diff tool, not just TortoiseMerge.

link|flag
TortoiseMerge is a 2-way merge tool, so you can't compare base revision in trunk, revision y in branch, and revision y-1 in branch. Having revision y-1 allows you to prevent unwanted changes to merge into trunk. See stackoverflow.com/questions/326937 – eed3si9n Nov 13 at 22:31
I think I know better that TortoiseMerge is a three way merge tool since I wrote it. You can very well compare three files, not just two. – Stefan Nov 15 at 11:21
vote up 5 vote down

I use P4Merge that is free... http://www.perforce.com/perforce/products/merge.html

link|flag
vote up 1 vote down

I always just merged one set of changes and then the other. I have never come across a situation where I had to look at all three at the same time. It probably takes more time this way but I rarely have the problem of merging three change sets.

Here is a wikipedia comparison of merge tools including information about three way merge.

link|flag
vote up 6 vote down

I've never used this but SourceGear DiffMerge is free.

It's not free, but I use Beyond Compare.

link|flag
This is what I use day to day. – Steven Robbins Jan 20 at 6:48

Your Answer

Get an OpenID
or

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