Teamcity - 哪个外部差异查看器
您知道有哪些工具可以用作 Teamcity 的 Visual Studio 插件的外部差异查看器吗?
我正在使用 Visual Studio 2010 Pro 和 Teamcity 5.1.2。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我们使用 Beyond Compare 3,它非常容易与 TeamCity 插件一起使用(设置可执行文件的路径(BComp .exe)并设置
%1 %2 /lefttitle="%3" /righttitle="%4"
作为命令参数一个好的开源替代方案是 WinMerge。
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.
对于 Beyond Compare 3,我使用
最后一个选项,这样您就不会意外编辑基本文件
With Beyond Compare 3, I use
The last option makes it so you can't accidentally edit base file
对于 WinMerge(设置 WinMergeU.exe 的路径),我使用命令参数
For WinMerge (set path to WinMergeU.exe), I use the command arguments
有一段时间没有看过 VS,所以我注意到过去几年发生了什么变化。话虽这么说,我喜欢这个领域的几个 Source Forge 项目
KDiff3 和
Notepad++ 与插件项目中的比较插件。
我没有太多关注 Visual Studio 方面的原因是我是一个 Delphi 狂人,以及我多年来一直使用的 diff 工具,因为直到最近我还使用 Project JEDI 的工具JediVCS 具有集成的 diff 工具。
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.