Intellij IDEA集成TortoiseSVN问题解决
问题描述:
Intellij IDEA集成tortoiseSVN,报错Can't use Subversion command line client: svn
解决方案:
1、安装tortoiseSVN时必须选择command line client tools,否则就不会安装支持命令行的svn.exe等插件;
2、配置svn的环境变量,如果svn的安装目录是:D:\Program Files\TortoiseSVN
,则在path变量后面增加:D:\Program Files\TortoiseSVN\bin
(最新版本默认添加了Path变量),使用CMD:svn help
检查,如果提示svn命令列表,则表示安装成功。
3、在Settings 里面检查Intellij IDEA的svn命令配置,一般默认就行。