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 not working #25

Closed orizens closed 12 years ago

orizens commented 12 years ago

Hi.

Working with SVN, it won't mark the changed files nor show the diff. It outputs the error "no --internal-diff" command - maybe i'm using an older svn.

Proposed solution

in Class - DiffCommand, def svn_diff_command:

if settings.get('svn_use_internal_diff', True):
   params = [self.get_user_command('svn') or 'svn', 'diff', file_name]

Thanks.

gornostal commented 12 years ago

Hi, Have you tried to disable svn_use_internal_diff in config file?

I'm not sure how your proposed solution will help with this issue.

orizens commented 12 years ago

Hi. disabling it seems to work - havn't seen this property in the default config file. Thanks :-)