android studio 使用 SVN

通过android studio来进行版本控制,先前已经安装了TortoiseSVN-1.9.2,但是在打开android studio的时候会出现

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.
Subversion command line client version is too old

说是tortoiseSVN的版本太低,显然不可能,这已经是最新的tortoiseSVN了,只有可能是版本太新,android studio的兼容上面出现了问题,那就把这个版本的SVN给卸载了,装一个版本低一些tortoiseSVN,我再次装的是TortoiseSVN-1.8.12
在这个地方说一下, 将前一个版本的tortoiseSVN卸载了之后, 要重启一下电脑再装另一个版本低的tortoiseSVN, 否则有可能会出现右击, 出现弹出框 sendrpt.exe not found 的问题

参考:http://blog.csdn.net/asmcvc/article/details/48160153

原文地址:https://www.cnblogs.com/emyueguang/p/4980954.html