gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

SVN diff --internal-diff option #15

Closed middric closed 12 years ago

middric commented 12 years ago

Hi, I've added the --internal-diff option to the svn diff command. This should prevent Sublime from firing up any user configured diff program rather than using the command line version. Straight forward change.

afanjul commented 11 years ago

Hello I installed subversion 1.6.11 in windows, put it on path, but when your plugin start it throws: svn: invalid option: --internal-diff Tipee 'svn help' para ver el modo de uso.

what happens?

gornostal commented 11 years ago

It looks like this feature was added in v1.7 Thanks for noticing. I will try to fix it ASAP.

gornostal commented 11 years ago

@afanjul have you tried to set to false option svn_use_internal_diff in config?

afanjul commented 11 years ago

@gornostal yea! thats the way I solve it, however it would be safer to put it on false by default :D thanks for your contribution, its a great package!