I've used Eclipse and the Subclipse plugin to program for Android. Now I've switched to Android Studio, but for me this Subversion stuff in Android Studio is a pain in the ass.
Perhaps I am doing something wrong, but when projects are checked out on different machines the gradle project settings are overwritten. Settings in 'local.properties', '.idea/gradle.xml' and '.idea/workspace.xml'. Maybe others too. This means checking out an Android Studio project from a different machine gives me a project with lots of errors. I guess this is not how it's supposed to work.
Am I doing something basically wrong with Android Studio and Subversion?
Can anybody outline the steps to work with Android Studio and Subversion correctly?