将 Diff 工具与 Visual Studio 2003 集成
我发现了一篇关于将不同差异和合并工具与 Visual Studio 2005 和 2008 集成的精彩文章:http ://blogs.msdn.com/jmanning/articles/535573.aspx。
有谁知道我如何以同样的方式将 KDiff3 这样的工具与 Visual Studio.Net 2003 集成? 当我在解决方案资源管理器中使用“比较版本...”菜单项时,我希望 KDiff3 成为默认的比较工具。
对于我们的源代码控制,我们使用 Team System 2005,并使用 msscci 提供程序进行集成。
I found a great article on integrating different diff and merge tools with Visual Studio 2005 and 2008: http://blogs.msdn.com/jmanning/articles/535573.aspx.
Does anyone know how I might integrate a tool like KDiff3 in the same way with Visual Studio.Net 2003? I would like to have KDiff3 be the default diff tool when I use the "Compare Versions..." menu item in the Solution Explorer.
For our source control, we're using Team System 2005, using the msscci provider to integrate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您使用什么源代码控制系统?
对于某些系统,您可以指定要使用的差异工具。 Perforce 有这个...我相信 VisualSVN 也可以让你选择 diff 工具。
如果你有 VSS...我想你运气不好...
What source control system are you using?
With certain systems you can specify what diff tool you'd like to use. Perforce has this...and I believe VisualSVN lets you choose what diff tool as well.
If you've got VSS...I think you're out of luck...
感谢您的提问和评论。 它让我意识到比较来自 VS2005,即使我使用的是 VS2003,因为我用于源代码控制集成的 msscci 提供程序是 VS2005 版本。
因此,通过进入 VS2005 并使用“配置用户工具...”,它会强制 2003 使用相同的工具。
Thank you for that question and comment. It got me to realize the compare was coming from VS2005, even though I'm using VS2003, because the msscci provider I'm using for source control integration is the VS2005 version.
So, by going into VS2005 and using "Configure User Tools...", it forces 2003 to use the same tools.
我知道 Devart CodeCompare 在与 Visual Studio 集成方面显示出良好的结果。 但我不知道哪些VS版本与CodeCompare兼容。
I know that Devart CodeCompare shows good results on the integration with Visual Studio. But I don't know what VS versions are compatible with CodeCompare.