1、idea导入项目,一直报错
Can’t use Subversion command line client: svn
Probably the path to Subversion executable is wrong. Fix it.
2、问题总结
本地安装 TortoiseSVN 时没有选择 command line client 选项;
3、问题修复
- 找到当时安装 TortioseSVN 的安装包,双击,
- next,选择 (modify) 修改安装
- next会看到 command line client tools 前面是个 ×
- 点击红 ×,选择 Entire feature will be installed on local hard drive
- next,install 就可以了。
- 进入idea,按照提示 fix it
进入 setting 的 subversion 里,找到你本地的 svn.exe,apply