Idea中配置svn时报 Can't use Subversion command line client: svn.Errors found while svn working copies detection.

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

Errors found while svn working copies detection.

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

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

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

如图所示:

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 如图所示: 

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

保存就ok!解决第一个报错!

因为我安装的visualsvn是1.8版本的,所以只要将svn的版本change成1.8的就可以了,如图所示:

 

到此为止,第二个报错也解决了!

参考于:http://mangocool.com/1432301776373.html

Idea中配置svn时报 Can't use Subversion command line client: svn.Errors found while svn working copies detection.

时间: 2024-10-03 12:24:33

Idea中配置svn时报 Can't use Subversion command line client: svn.Errors found while svn working copies detection.的相关文章

Can't use Subversion command line client: svn

使用Intellij IDEA的svn时提示出错:Can't use Subversion command line client: svn. 当我在使用svn,Checkout一个项目后,然后将其导入到Intellij idea中,出现这样的报错!经过google后,发现了问题,我的问题是:我安装的TortoiseSVN工具,本身是带有command-line功能的(我没有安装)如图: 所以报这个错误.如果安装的TortoiseSVN工具,本身是不带有command-line功能的,必须要安装

Error “can't use subversion command line client : svn” Probably the path to Subversion executable is wrong

错误提示如图. 大概意思就是SVN路径不对 解决方法如下: 首先下载Subversion 1.8.13(1.8) 下载链接(https://www.visualsvn.com/downloads/) 然后解压到一个文件夹中. 将会有一个文件夹bin, 然后 去设置- >版本控制- > Subversion 按照图片: 保存,问题解决! Error "can't use subversion command line client : svn" Probably the pa

Can't use Subversion command line client:svn 报错处理

需要主意的有两点: 1.安装svn的时候,第二项,command line client tools也要安装 2.点击报错的fix it 打开了settings,把红色框中的地址改为安装svn地址路径下的svn.exe Android Studio面板中的以下两个按钮分别是 svn的跟新 和 上传 Can't use Subversion command line client:svn 报错处理

Android Studio集成SVN报错:can't use subversion command line client : svn

Android Studio集成SVN插件,check out出代码后,每次开启都会在右上角出现如下错误: 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. 下面直接上解决方案吧: 1.安装客户端http://ncu.dl

Can't use Subversion command line client: svn. Errors found while svn working copies detection.

idea 报错: Can't use Subversion command line client: svn. Errors found while svn working copies detection. 1.卸载以前的svn客户端 2.下载 VisualSVN  下载地址:http://subversion.apache.org/packages.html#windows,下载完成后解压到任意目录 3.idea设置:File->settings-> 红色框里面设置你刚刚解压的 Visua

Ubuntu中配置Java环境变量时,出现command not found问题解决记录

百度出Ubuntu中配置Java环境变量时,在利用sudo gedit /etc/profile 对prifle编辑后, 在terminal中输入 sudo source /etc/profile,为了使profile文件更改成功时,出现command not found. 是因为用户权限不够,虽然普通用户已经用sudo获取了权限(这里不是很理解为什么,也是百度出的答案,如不对,还请指正呐!). 输入 sudo -s 输入 source /etc/profile 此时输入 java -versi

webstorm中配置svn

http://blog.csdn.net/hysh_keystone/article/details/52013789 Webstorm2016使用技巧--SVN插件使用 分类:Webstorm (5524)  (2) 最近改用Webstorm作为开发工具,在网上查找一些使用技巧时,发现很多文章都是早期版本的介绍,看起来比较费力,在这里把2016版本的一些使用技巧逐步整理出来,帮助刚接触本软件的"菜猿"们少走些弯路. 1. 安装SVN 我这里使用的是TortoiseSVN-1.9.4.

Eclipse中配置SVN(步骤简述)

----Eclipse中配置SVN(步骤简述)---- 1.有客户端(tortoiseSVN),服务器端(visualSVN) 两种,根据需要安装,安装后需重启电脑 2.服务器端配置:创建版本库(放工程),创建用户(客户端连接服务器用),创建用户组(权限分配) 3.eclipse需要先下载svn插件压缩包(site_gf.zip),将对应文件名(features和plugins)里的内容全部复制到eclipse对应名称的文件夹中,重启eclipse 4.在eclipse中导入svn服务器中的项目

裴东辉-在MyEclipse中配置SVN

一.到官方上下载svn1.8.3,下载后的文件名叫site-1.8.3.zip .我下载的版本是site-1.6.0. 二.解压,删除解压后得到的文件中除了名叫features和plugins的两个文件夹以外的其他所有文件. 方法1: a) 在MyEclipse8.5的安装目录中自己新建一个文件夹(我的叫MyPlugins)然后把解压并删除过文件后得到的那个SVN文件夹复制到该目录: b)在MyEclipse8.5的安装目录下的dropins文件夹中建立一个文本文件,内容输path=你的svn路