SVN teams up with android studio

I have svn connected to eclipse (windows), now I wanted to import projects from eclipse to android studio (windows) using svn. When I use VCS-> Checkout from version control, I also can not connect to svn. I get the following error when checking from svn

cannot load supported formats: No executable file specified

+4
source share
1 answer

Go to File->Settings->Version Control->Subversion. Enter the path for the SVN executable on the tab Generalin the section Subversion configuration directoryand clear the check box Use command line client. In addition, you can download the latest SVN client, such as VisualSVN, and specify the path to the executable file ( svn.exein most cases), as described above. This will most likely solve your problem.

+3
source

Source: https://habr.com/ru/post/1607403/


All Articles