How to integrate FileMerge with Komodo 6 IDE?

江枫思渺然 提交于 2019-12-20 06:32:13

问题


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


回答1:


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 )



来源:https://stackoverflow.com/questions/4249195/how-to-integrate-filemerge-with-komodo-6-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!