We have an eclipse project on svn, is there a way i could work on it with Android Studio while still preserving it in that state so i can commit it back to SVN?
The optimal solution would be if i could connect it to the svn over Android Studi and use the built in svn client. Is there any way to do any of this?
I know that there are other files that are created (gradle...) and that the directory structure is different but i mainly need access to the src dir, the res dir and android manifest and the ability to commit all of this back to svn (using an external svn client is also an option).