Teamcity - which external diff viewer

若如初见. 提交于 2019-12-01 16:42:44

问题


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.


回答1:


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.




回答2:


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




回答3:


For WinMerge (set path to WinMergeU.exe), I use the command arguments

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



回答4:


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.



来源:https://stackoverflow.com/questions/3546494/teamcity-which-external-diff-viewer

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