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.
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.
%1 %2 /lefttitle="%3" /righttitle="%4"
A good open source alternative is WinMerge.