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

Highlight changes not working #81

Closed raybarnhart closed 9 years ago

raybarnhart commented 9 years ago

On Windows 7, ST3, a fresh install of Modific from package control does not appear to be highlighting saved (but uncommitted) changes, even after restarting. I'm using SVN with this project, specifically TortoiseSVN 1.7.4, Build 22459 - 64 Bit, Subversion 1.7.2.

gornostal commented 9 years ago

What do you see in the console (Ctrl+`)? Any errors?

raybarnhart commented 9 years ago

Writing file /C/Users/.../index.html with encoding UTF-8 (atomic) 'svn' is not recognized as an internal or external command, operable program or batch file.

gornostal commented 9 years ago

It seems like you have an incorrect path to svn binary. Have you tried setting it in Modific's config?

raybarnhart commented 9 years ago

Nope, not really sure what goes where. I can override the array in user settings, but what field should I overwrite? Dir or Cmd? And should it link to TortoiseProc.exe or something else?

gornostal commented 9 years ago

it's cmd and path to subversion.exe or svn.exe. I'm not sure which one you have on Windows. But I doubt it's TortoiseProc.exe.

raybarnhart commented 9 years ago

Ah ok I had to reinstall Tortoise SVN with the "command line tools" box checked (it's turned off by default). Thanks for the help!

gornostal commented 9 years ago

no problem