Windows下WebStorm使用SVN

安装了phpstorm之后,想配置svn,结果在file->settings->Version Contorl->subversion->use 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

下载完了之后就一直按下一步安装即可,作者安装在了

D:\Program Files\SlikSvn

所以呢,在use conmand line client设置成你的D:\Program Files\SlikSvn\bin\svn.exe即可使用svn了

posted @ 2016-08-05 14:22  TZZmeing  阅读(479)  评论(0编辑  收藏  举报