标签:
1、安装了webstorm之后,用了很久都没有配置SVN
现在想配置svn,结果发现一般的svn程序不好用。
经指导,发现需要安装一个专用于webstorm的SVN
2、在file->settings->Version Contorl->subversion->with conmand line client配置成
D:\Program Files\TortoiseSVN\bin\tortoisePro.exe(一般的svn程序文件)
已经安装的路径地址之后,一直提示
“Can’t use Subversion command line client: ‘D:\Program Files\TortoiseSVN\bin\tortoisePro.exe‘ Probably the path to Subversion executable is wrong. Fix it.”.
然后google search一下,才发现这个tortoisePro.exe是guide操作程序,不支持conmand line操作,需要重新下载一个
http://www.jetbrains.com/phpstorm/webhelp/using-subversion-integration.html
然后我选择了这个下载slikSVN下载
http://subversion.apache.org/packages.html#windows
3、下载完了之后就一直按下一步安装即可,我安装在了
D:\Program Files\SlikSvn
4、在webStorm中配置 file-default settings...
这样就可以使用svn了。
标签:
原文地址:http://www.cnblogs.com/jinling/p/5464609.html