vote up 0 vote down star
1

What is the best software for code-merge that you seen and why?

What makes it different from the others?

flag

duplicate of stackoverflow.com/questions/12625/… – Sam Hasler Nov 25 '08 at 15:34

closed as exact duplicate by Sam Hasler Nov 25 '08 at 15:33

9 Answers

vote up 5 vote down

If we're strictly talking Diff/Merge tools, then BeyondCompare is by far my favorite.

link|flag
+1 BeComp is incredible – annakata Nov 25 '08 at 14:59
vote up 5 vote down

WinMerge is great and free.

link|flag
vote up 3 vote down

There is a quite comprehensive list regarding diff / merge tools here on SO http://stackoverflow.com/questions/12625/best-diff-tool

link|flag
vote up 2 vote down

One of the best merge programs I have use is Araxis Merge..

http://www.araxis.com/merge/index.html

I would definetly recommend you check it out.. (there is a 30day trial)

link|flag
Araxis Merge handle folder hierarchies fairly well. Working with a new code drop from a 3rd party vendor, Araxis Merge shows you what files are changed, new, or gone, in addition to being able to merge a file at a time. – plinth Nov 25 '08 at 14:51
vote up 0 vote down

I used Altova DiffDog at one job, and really liked the way it worked.

link|flag
vote up 0 vote down

Beyond Compare. Used it for merging entire branches of code where both have been modified. Easily lets you merge entire directories at once, or go down to the line level within a single file. Merged 30,000 files in about half an hour.

link|flag
vote up 0 vote down

It has been a while, but the merge in subversion was quite good.

We never had any problem with it despite some interesting changes in the same file.

link|flag
I don't think subversion has a merge tool, maybe you mean TortoiseMerge from TortoiseSVN? – Otherside Nov 25 '08 at 15:28
vote up 0 vote down

For simple merges under linux, there is meld which is pretty and visual: there is a simple but neat effect to show well differing parts.

So I find myself using it, even if I'm more of an emacs user! (and emacs has a diff mode with colors and al. and emacs's power)

link|flag
vote up 0 vote down

My favorite is DiffMerge, free from SourceGear.

link|flag

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