Pycharm在使用SVN时报错:
Can't use Subversion command line client: svn
Probably the path to Subversion executable is wrong. Fix it.
Errors found while svn working copies detection. Fix it.
在使用taocode的SVN时,从taocode checkout一个项目后,将其导入Pycharm时,出现这样的信息
点击Fix it后,告诉某需要修改SVN的配置,在此,某一脸懵逼
没办法,只有向度娘求助,是由于某本地安装了TortoiseSVN工具,但是还缺少一个VisualSVN,需要单独安装
下载地址:http://subversion.apache.org/packages.html 。选择对应的版本,在此某选择win版本
点击,下载VisualSVN的最新版本,在此为1.9.5
最后解压,将Apache-Subversion-1.9.5\bin\svn.exe的绝对path直接配置到Use command line client 如图所示: