Intellij IDEA集成tortoiseSVN问题解决

来源:互联网 发布:淘宝上怎么买av的资源 编辑:程序博客网 时间:2024/06/02 07:21
摘要: 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

检查cmd ,svn help 如果提示如下,就安装成功

3、在Settings 里面检查Intellij IDEA的svn命令配置,一般默认就行


0 0
原创粉丝点击