Windows下WebStorm使用SVN(转)

it2022-06-30  88

  安装了phpstorm之后,想配置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: ‘D:\Program Files\TortoiseSVN\bin\tortoisePro.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 Files\SlikSvn

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

 

  (原文地址:http://js250.com/home/?p=35)

 

 

转载于:https://www.cnblogs.com/Deasel-s-magic-box/p/3492941.html

相关资源:数据结构—成绩单生成器

最新回复(0)