Team Foundation Server (TFS) File Difference viewer - customize with other tool

前端 未结 5 2028
旧时难觅i
旧时难觅i 2020-12-31 03:34

I am using Team Foundation Server (TFS) for Visual Studio 2005.

Whenever i wish to compare two file\'s versions TFS displays a window with the differences.

<

5条回答
  •  北海茫月
    2020-12-31 03:55

    To use WinMerge (on SourceForge as well), you have to navigate to Tools > Options > Source Control > Visual Studio Team Foundation Server (Visual Studio 2015; other versions may have this option in slightly different places). On that Option page, select Configure User Tools... and in that dialog, select Add... to add the information for your diff tool.

    In the "Configure Tool" dialog, I have set the following information:

    • Extension: .*
    • Operation: Compare (or Merge if you want)
    • Command: Path to WinMergeU.exe
    • Arguments: /x /e /u /wl /wr /dl %6 /dr %7 %1 %2

提交回复
热议问题