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.
feedback
|
|
I use P4Merge that is free... http://www.perforce.com/perforce/products/merge.html | |||||||||||
feedback
|
|
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. | |||||||||||||||||||
feedback
|
|
I've never used this but SourceGear DiffMerge is free. It's not free, but I use Beyond Compare. | |||||||
feedback
|
|
Diffuse (http://diffuse.sourceforge.net/) is an easy to use free tool that supports 3-way merges. | |||
feedback
|
|
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. | |||||
feedback
|
|
One that I liked, but which is not cheap, was Araxis Merge. | |||||
|
feedback
|
|
The Pro version of CodeCompare has a nice 3-way merge. | |||
|
feedback
|
|
I always just merged one set of changes and then the other (merge A with B and then C with B). I have never come across a situation where I absolutely 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. If you are running into this problem regular you need to use source control. Here is a wikipedia comparison of merge tools including information about three way merge. | |||||||||||||
feedback
|
|
This is a bit late to this discussion thread, but I think it would be good for people to know of its existence at least. I have often had good results with WinMerge: http://winmerge.org/ I'm not sure if this really counts as a "three" way merge tool, as it does not have a third merge pane, but I have certainly used it for merging files and I find it simpler to use than some of the tools I've used that are three pane merge tools. Hope this helps | |||
feedback
|