I'm trying to import an Android Studio project in my SVN repository. I obiviously tried
VCS->Import into Version Control->Import into Subversion...
but the problem is that, even unchecking the Include ignored resources
box, the software keeps uploading basically all the files in the project folder to SVN.
I also tried to do Share Project (Subversion)
and it doesn't upload anything (just creates the remote folder): when i try to commit, it wants to upload all files like the import option.
I also tried to play a bit with the svn:ignore property, but with not much luck.
My questions are:
- What's the best way to do this?
- Shouldn't Android Studio automatically take care of these things? If no, why?
Thanks for the help.