如何将 FileMerge 与 Komodo 6 IDE 集成?
阅读这篇文章后:
http://community.activestate.com/forum/subversion- external-diff-tool
我尝试在“首选项”>“差异选项”文本框中使用以下命令源代码控制>颠覆了但是不行。
--diff-cmd /Developer/Applications/Utilities/FileMerge.app
After reading this post:
http://community.activestate.com/forum/subversion-external-diff-tool
I've tried using the following command in the "diff options" text box in preferences > source code control > Subversion but it does not work.
--diff-cmd /Developer/Applications/Utilities/FileMerge.app
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。
1) 从这里下载/安装 fmdiff 包装器:
http://www.defraine.net/~brunod/fmdiff/
2) 在科莫多IDE 6(Komodo Edit 没有源代码控制):
首选项>源代码控制> Subversion
3) 选中“使用外部 div 工具”并设置以下 Diff 选项:
--diff-cmd=/path/to/fmdiff
(感谢 activestate 社区论坛上的 Tom 提供的帮助)
I figured it out.
1) Download/Install the fmdiff wrapper from here:
http://www.defraine.net/~brunod/fmdiff/
2) In Komodo IDE 6 ( Komodo Edit does not have source code control ):
Preferences > Source Code Control > Subversion
3) Check "uses an external div tool" and set the following Diff Options:
--diff-cmd=/path/to/fmdiff
( Thanks to Tom on the activestate community forum for help with this )