Windows下WebStorm使用SVN(转)

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

D:\Program Files\TortoiseSVN\bin\tortoisePro.exe(一般的svn程序文件)
已经安装的路径地址之后,一直提示

“Can’t use Subversion command line client: 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
下载完了之后就一直按下一步安装即可,安装在了

D:\myprogress
所以呢,在with conmand line client设置成你的地址,就可以了。

D:\myprogress\Apache-Subversion-1.9.5\bin\svn.exe

猜你喜欢

转载自blog.csdn.net/xpj4657065/article/details/82011620