Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Subversion command line client version is too old" error in Android Studio

Whenever I open a project in Android Studio, I'll see this error:

Error

When I click "Fix it", it will show this window:

Fix it

I don't know what to do because I'm running TortoiseSVN 1.9.0, which is the latest version.

What should I do to fix this error? Thanks for your help.

like image 708
Triet Doan Avatar asked Aug 18 '15 03:08

Triet Doan


People also ask

What is Subversion command line client?

svn is the official command-line client of Subversion. Its functionality is offered via a collection of task-specific subcommands, most of which accept a number of options for fine-grained control of the program's behavior.

Where is SVN EXE?

C:\Program Files (x86)\Subversion\bin\svn.exe.


3 Answers

It's just misprint: must be "too new"

Android Studio based on Intellij IDEA, Intellij 14.1.4 cannot use svn 1.9.0

like image 144
Lazy Badger Avatar answered Oct 08 '22 16:10

Lazy Badger


Intellij IDEA 14 works with SVN 1.9, it just shows a warning: https://youtrack.jetbrains.com/issue/IDEA-140754

like image 35
lili Avatar answered Oct 08 '22 15:10

lili


Svn 1.9 command line client should work in IDEA - just warning (you can close it) is shown. upgrade new version 14.1.5 from https://confluence.jetbrains.com/display/IDEADEV/IDEA+14.1+EAP or 15 EAP: https://confluence.jetbrains.com/display/IDEADEV/IDEA+15+EAP .

https://devnet.jetbrains.com/thread/471975

like image 2
liubiqu Avatar answered Oct 08 '22 16:10

liubiqu