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

前端 未结 5 2012
旧时难觅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:37

    There is no ability to change the orientation of the built-in diff/merge utility. There are a lot of third-party tools (some free, some not) to choose from. Check out this post from James Manning where he tracks the correct command/argument values to use when configuring various tools for use by Team Foundation's compare and (content) merge operations.

    0 讨论(0)
  • 2020-12-31 03:41

    This appears to be a more thorough description of how to use Winmerge in TFS- http://www.neovolve.com/post/2007/06/19/using-winmerge-with-tfs.aspx

    0 讨论(0)
  • 2020-12-31 03:44

    I have Visual Studio 2012 and I get to choose between side - by - side options and inline mode. With inline mode, the before and after appear one below the other so that I have the full window for editing.

    Related post on StackOverflow

    0 讨论(0)
  • 2020-12-31 03:52

    I've found the built in differencing tool in TFS woefully lacking so I set up WinMerge (http://www.winmerge.org/) in my environment in Tools -> Options -> Source COntrol -> Visual Studio Team Foundation.

    A nice blog post exists below:

    http://www.vitalygorn.com/blog/post/2007/12/Better-DiffMerge-tool-for-TFS.aspx

    0 讨论(0)
  • 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
    0 讨论(0)
提交回复
热议问题