一、下載 SlikSVN。php
安裝了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