Webstorm 提示 Can't use Subversion command line client

Webstorm 提示 Can't use Subversion command line client (Probably the path to Subversion executable is wrong)

如何解决?

安装了phpstorm之后,想配置svn,结果在file->settings->Version Contorl->subversion->with conmand line client配置成

D:Program FilesTortoiseSVNin	ortoisePro.exe(一般的svn程序文件)

已经安装的路径地址之后,一直提示

“Can’t use Subversion command line client: ‘D:Program FilesTortoiseSVNin	ortoisePro.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 FilesSlikSvn

所以呢,在with conmand line client设置成你的D:Program FilesSlikSvninsvn.exe即可使用svn了。

 转)

意外发现,之前的NetBeans 的svn配置好,也可以工作了。

打开工具,找到svn选项 客户端类型选择cli。目录选择此软件的目录

原文地址:https://www.cnblogs.com/ferron/p/5786792.html