up vote 25 down vote favorite
13
share [g+] share [fb]

Is there a good external merge tool for tortoisesvn (I don't particularly like the built in Merge tool). I use WinMerge for diffs, but it doesn't work with the three way merge (maybe a better question would be is there a way to force tortoisesvn to merge like tortoisecvs?)

[Edit]

After trying all of them, for me, the SourceGear is the one I prefer. The way to specify the DiffMerge from sourcegear is:

C:\Program Files\SourceGear\DiffMerge\DiffMerge.exe /t1="My Working Version" /t2="Repository Version" /t3="Base" /r=%merged %mine %theirs %base

link|improve this question

feedback

6 Answers

up vote 13 down vote accepted

Take a look at Sourcegear DiffMerge. DiffMerge is the compare and merge tool from their Vault and Fortress products, but they make it available for free as a standalone tool.

link|improve this answer
feedback

Perforce Merge Tool

Even though Perforce is obviously not free the merge tool is. It's 100x better than the default TortoiseSvn one. To integrate with TortoiseSvn set the merge tool to:

C:\Path-To\P4Merge.exe %base %theirs %mine %merged

link|improve this answer
feedback

Beyond Compare has been suggested a number of times to me.

link|improve this answer
feedback

I use KDiff3 as a 3-way merge tool. It does a decent job.

link|improve this answer
It really can do a decent job and has a nice clean interface. I use it as a merge tool with TortoiseSVN and it can almost always fix my conflicts automatically. (I've seen things like Conflicts: 450; Automatically resolved: 448) – jbvo Feb 17 '11 at 15:34
feedback

Araxis Merge is expensive, but great. Handles 3 way merges on files or folders really well. I find the way it displays diffs much more helpful than Windiff or P4's tool.

link|improve this answer
feedback

CompareIt is good, I find using the command line interface for svn, that it merges more for me, where tortoise picks up on things and asks you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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