Reputation: 1946
I am working with Android Studio 1.1.0 and while connecting SVN repository from Android Studio VCS i m getting error:
Subversion: (Accessing URL: https://url/svn/project_name) No appropriate protocol
(protocol is disabled or cipher suites are inappropriate) Please check Subversion
SSL settings (Settings | Version Control | Subversion | Network) Maybe you should
specify SSL protocol manually - SSLv3 or TLSv1
I Tried:
How do I resolve the error?
Upvotes: 4
Views: 5044
Reputation: 151
In my case on Mac, in Android Studio -> Preferences-> Enable SVN interactive mode, it asked for to trust SSL certificate and add it to login keychain and everything worked as before.
Upvotes: 2
Reputation: 1946
Please Setup SVN with Command line client
. Check below.
Then Prompt for authentication shown. Enter your credential.That's All.
Upvotes: 3