使用android studio svn时提示出错: Can't use Subversion command line client: svn.Errors found while svn working copies detection.
使用android studio的svn时提示出错:Can't use Subversion command line client: svn.
Errors found while svn working copies detection.
经过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!
可能还会这个问题:
解决:
目前为止1.9版本是svn的最新版本,不可能是版本太老的问题,只可能是最新的问题,所以重新下载1.8版本的svn重新安装即可解决。windows版本的下载地址:https://www.visualsvn.com/files/Apache-Subversion-1.8.13.zip。
搞定,收工!