WebStorm 配置 svn

一、下载 SlikSVNphp

 
二、安装。路径 D:\Program Files\slik\bin。
 
三、在WebStorm中配置 file->settings->Version Contorl->subversion->with conmand line client 
     设置成你的 D:\Program Files\slik\bin\svn.exe。
 
 
 

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

D:\Program Files\TortoiseSVN\bin\tortoisePro.exe(通常的svn程序文件)

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

“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操做,须要从新下载一个apache

http://www.jetbrains.com/phpstorm/webhelp/using-subversion-integration.html

而后我选择了这个下载slikSVN下载windows

http://subversion.apache.org/packages.html#windows

下载完了以后就一直按下一步安装便可,做者安装在了phpstorm

D:\Program Files\SlikSvn

因此呢,在with conmand line client设置成你的D:\Program Files\SlikSvn\bin\svn.exe便可使用svn了。ide

相关文章
相关标签/搜索