Teamcity - 哪个外部差异查看器

发布于 2024-09-15 09:43:24 字数 112 浏览 6 评论 0原文

您知道有哪些工具可以用作 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

权谋诡计 2024-09-22 09:43:24

我们使用 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.

阪姬 2024-09-22 09:43:24

对于 Beyond Compare 3,我使用

%1 %2 /lefttitle="%3"  /righttitle="%4" /leftreadonly

最后一个选项,这样您就不会意外编辑基本文件

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

呆头 2024-09-22 09:43:24

对于 WinMerge(设置 WinMergeU.exe 的路径),我使用命令参数

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

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

/x /e /ub /wl /dl %6 /dr %7 %1 %2
拿命拼未来 2024-09-22 09:43:24

有一段时间没有看过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文