How to set up SourceGear DiffMerge as the diff/merge tool for Visual Studio?

后端 未结 4 1464
执笔经年
执笔经年 2021-02-04 11:26

I am using TFS for source control, but I want to use SourceGear DiffMerge for viewing file differences and doing merges. I found the Tools -> Options -> Source Control -> Visua

4条回答
  •  無奈伤痛
    2021-02-04 12:05

    Firstly, you need to change the default command line to:

    C:\Program Files (x86)\SourceGear\Vault Client\sgdm.exe

    I found the parameters in this thread on the SourceGear support forums, but the arguments given there are incorrect and result in the auto-merge being executed in reverse, i.e. old code overwrites new code. The correct arguments are:

    /m /t1=%6 /t2=%7 /t3=%8 /c=%9 %1 %3 %2 /r=%4

提交回复
热议问题