Teamcity - which external diff viewer

廉价感情. 提交于 2019-12-01 17:33:32
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 command arguments

/x /e /ub /wl /dl %6 /dr %7 %1 %2

Haven't looked at VS for a while, so I'm note sure what's changed in the last few years. That being said, I like a couple of Source Forge Projects in this area KDiff3 and
Notepad++ with the Compare Plugin from the plugins project.
and the reason I haven't paid a lot of attention to the Visual Studio side of things is that I am a Delphi freak, and the diff tool I've been using for years, because until recently even what I was using from Project JEDI's JediVCS which has an integral diff tool.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!