Android Studio集成SVN报错



1、

Android Studio集成SVN报错:can't use subversion command line client : svn
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.


  找到svn安装文件,打开,选择modify,勾选上command line client tools


 到这可能就好了。


2、

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

如出现这个,就把svn.exe那里改成全路径C:\Program Files\TortoiseSVN\bin\svn.exe

   

3、

svn Subversion command line client version is too old (1.9.0).Fix it.

      svn版本太高,降低版本1.8


 以上 前两个都碰到过,有一次,1就好了,现在这次,1/2两步骤好了,  3没碰到过, 

记录下,


参考链接

http://blog.csdn.net/u010358168/article/details/46350489

http://www.bubuko.com/infodetail-914959.html

http://blog.csdn.net/richardli1228/article/details/50165191

https://stackoverflow.com/questions/32062819/subversion-command-line-client-version-is-too-old-error-in-android-studio


猜你喜欢

转载自blog.csdn.net/zgf1991/article/details/74910280