安裝了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