Intellij idea subversion checkout error: `Cannot run program "svn"`
I am using intellij idea 13.0. When I am trying to checkout from subversion I am getting error
Cannot load supported formats: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
How do I fix this?
I solved this by uncheking the "Use command-line client" option from Subversion settings.
This works with version 1.6 and 1.7 only. See @Vic's answer for SVN version 1.8.
Check my solution, It will work.
Solutions:
First Download Subversion 1.8.13 ( 1.8 ) Download link ( https://www.visualsvn.com/downloads/ )
Then unzipped in a folder. There will have one folder "bin".
Then
Go to settings - > Version control -> Subversion
Copy the url of your downloaded svn.exe that is in bin folder that you have downloaded.
follow the pic:
Don't forget to give the end name like svn.exe last as per image.
Apply -> Ok
Restart your android studio now.
Happy Coding!