phpStorm设置使用svn

phpStorm和idea都是jetbrains出品的ide,区别是用于一个用于开发php程序,一个是Java。

mac自带svn,可以在terminal下查看:

1.  查看svn版本

svn --version

 2. 查看svn安装目录

where is svn

 看到svn的安装目录为/usr/bin/svn

 3. 在phpstorm -> Preferences -> Version control ->  Subversion -> Use command line client,设置为svn的安装目录 /usr/bin/svn

猜你喜欢

转载自geeksun.iteye.com/blog/2211129