osx - How to integrate WebStorm with SVN 1.8 on OS X (without Xcode) -
how can integrate webstorm (version 10) svn 1.8 no xcode required?
brief: have install version 1.8 command line of svn , set on version control > subversion commando line client path.
personally prefer use brew. run brew install svn , after list location brew list svn. @ point you'll have path, '/usr/local/cellar/subversion/1.8.13/bin/svn'.
you have config in webstorm preferences, put path in 'command line client'.
that's it, webstorm have 1.8 checkout option enabled!

Comments
Post a Comment