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.
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 command arguments
/x /e /ub /wl /dl %6 /dr %7 %1 %2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With