Android Studio can't authenticate with SVN
I had same problem, but found a solution.
- Go to 'Android Studio > Preferences > Version Control > Subversion'
- Uncheck follow two items
- Use command line client
- Use system default Subversion configuration directory
It will now work correctly.
I also have this problem. Here is how i solve it: On the "File" menu,click "Invalidate Cashes/Restart..."
then,the problem solved!
Please have a look on issue reported in Intellij Idea with some workarounds in reply if it helps you
http://youtrack.jetbrains.com/issue/IDEA-26844 (Srinivas Reply)
and
http://youtrack.jetbrains.com/issue/IDEA-81294 (Irina Chernushina (JetBrains))
you need to set your configuration info in SVN tunnel config file(~/.subversion/config) kssh = /your/path/to/ssh
in tunnel section.example mine looks like : kssh = /usr/bin/ssh
Remember you need to point your IDE to use subversion config file in the subversion options or change it in ~/.subversion_IDEA/config file