Teamcity - which external diff viewer
Do You know any tools that can be used as external diff viewer for Teamcity's Visual Studio plugin? I'm using Visual Studio 2010 Pro and Teamcity 5.1.2. Noffls We use Beyond Compare 3 which is very easy to use with the TeamCity Plugin (set the path to the executable (BComp.exe) and set %1 %2 /lefttitle="%3" /righttitle="%4" as the Command Arguments. A good open source alternative is WinMerge . With Beyond Compare 3, I use %1 %2 /lefttitle="%3" /righttitle="%4" /leftreadonly The last option makes it so you can't accidentally edit base file For WinMerge (set path to WinMergeU.exe), I use the