使用phpStorm的svn时提示出错:Can't use Subversion command line client: svn.                                  

当我在使用svn,Checkout一个项目后,然后将其导入到Intellij中,就出现这样的报错!

经过google后,明白了,我的问题是:我安装的TortoiseSVN工具,本身不是带有command-line功能的,必须要安装VisualSVN,而且须要单独安装。 

下载地址:http://subversion.apache.org/packages.html 选择需要下载的版本,例如我是下载的win版本的。

如图所示: 

phpStorm配置svn提示:Can't use Subversion command line client  

windows版本的下载地址:https://www.visualsvn.com/files/Apache-Subversion-1.8.13.zip

最后解压,将Apache-Subversion-1.8.13\bin\svn.exe的绝对path直接配置到Use command line client 如图所示: phpStorm配置svn提示:Can't use Subversion command line client

例如我的是:E:\Program Files\Apache-Subversion-1.8.13\bin\svn.exe 

保存就ok!解决报错!

    

相关文章:

  • 2021-09-07
  • 2018-06-13
  • 2021-11-03
  • 2019-06-29
  • 2021-12-07
  • 2021-11-27
  • 2021-11-19
  • 2018-05-13
猜你喜欢
  • 2021-11-21
  • 2021-08-26
  • 2021-09-25
  • 2021-09-17
  • 2021-09-04
  • 2021-09-18
相关资源
相似解决方案