Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect Android Studio with SVN

I have an Android project in Eclipse (Windows) synchronized with SVN, I installed Android Studio (Linux) and I need take the same project from SVN.

like image 498
user1813962 Avatar asked May 21 '13 20:05

user1813962


3 Answers

There is a "Enable Version Control Integration..." option from the VCS popup (control V). Until you do this and select a VCS the VCS system context menus do not show up and the VCS features are not fully integrated. Not sure why this is so hidden?

Enable Version Control Integration

like image 152
Jon Cooper Avatar answered Oct 16 '22 15:10

Jon Cooper


  1. Run Android Studio.
  2. From the menu bar, select Android Studio
  3. Under IDE Settings, click Plugins and then select Search Subversion Integration
  4. Check SubVersion.
  5. Restart Android Studio.
like image 13
Shanmugasundharam Avatar answered Oct 16 '22 16:10

Shanmugasundharam


Go to File->Settings->Version Control->Subversion enter the path for your SVN executable in the General tab under Subversion configuration directory. Also, you can download a latest SVN client such as VisualSVN and point the path to the executable as mentioned above. That will most likely solve your problem.

like image 9
Baskar .A Avatar answered Oct 16 '22 16:10

Baskar .A