2
votes
1answer
423 views

Configuring KDiff3 to work with AnkhSVN

I just wondered if anyone had any experiencing configuring AnkhSVN to use kdiff3 as its merge tool. I know it can be changed in Visual Studio 2010 at Tools -> Options Subversion User Tools but I'm ...
7
votes
3answers
873 views

What are A, B, and C in KDIFF merge

Why am I given three choices when merging between my code and someone else's? Shouldn't there just be my code, the other person's code, and the output below? The documentation for KDIFF doesn't help ...
4
votes
2answers
2k views

How to get 3-way merge in GIT on non-conflict merges?

How to disable auto-merging in GIT? The purpose is to have the same behaviour as for conflict merges resolution in automatic merges during invocation of command chain: $ git fetch $ git merge ...