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

后端 未结 4 1415
执笔经年
执笔经年 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:07

    These are my settings. Can't remember where I got them from but I have used them in VS2010, VS2012, VS2013.

    C:\Program Files\SourceGear\Common\DiffMerge\sgdm.exe

    Compare

    /title1=%6 /title2=%7 %1 %2

    Merge

    /title1=%6 /title2=%8 /title3=%7 /result=%4 %1 %3 %2

提交回复
热议问题