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'. webstorm config that's it, webstorm have 1.8 checkout option enabled!

tadaaa


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -