What is the best software for code-merge that you seen and why?
What makes it different from the others?
|
1
|
What is the best software for code-merge that you seen and why? What makes it different from the others?
|
||
|
closed as exact duplicate by Sam Hasler Nov 25 '08 at 15:33 |
|
|
If we're strictly talking Diff/Merge tools, then BeyondCompare is by far my favorite. |
||
|
|
|
WinMerge is great and free. |
||
|
|
|
|
There is a quite comprehensive list regarding diff / merge tools here on SO http://stackoverflow.com/questions/12625/best-diff-tool |
||
|
|
|
|
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) |
||
|
|
|
I used Altova DiffDog at one job, and really liked the way it worked. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
|||
|
|
|
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) |
||
|
|
|
|
My favorite is DiffMerge, free from SourceGear. |
||
|
|