CVS 与 VS2008 内部的差异
创建一个插件来使用您最喜欢的差异工具来在当前活动文档和最后签入的版本之间进行差异似乎是一种方法。 VS2008 中是否有一个选项可以让我配置来为我执行此操作?
Creating an Addin to use your favorite diff tool for doing a diff between the current active document and the last checked in version seems to be one way to go.
Is there an option in VS2008 that I might configure to do this for me ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看外部工具(菜单:“工具 -> 外部工具...”)这使您可以配置任何外部应用程序,并使用各种变量替换来传递文件名和位置。 我有一些以这种方式设置的工具,可以通过 subversion 执行类似的功能(通过 TortoiseSVN)。
Have a look at External Tools (Menu: 'Tools -> External Tools...') This lets you configure any external applications, with various variable substitutions to pass in the file name and location. I have some tools set up this way to perform a similar function with subversion (via TortoiseSVN).