Reputation: 1945
I have created the trunk, branch, tag folder one by one. Also I have checkout the empty URL .svn
file into trunk folder inside. Its not coming properly.
Upvotes: 0
Views: 3343
Reputation: 333
My suggestion is instead of using SVN plugin for android, do it manually because:
You can do it by using some GUI based SVN System like TortoiseSVN as below:
The source of above information is here. Check it for more details.
I use TortoiseSvn TortoiseSVN on my windows machine for android projects.
Upvotes: -1
Reputation: 1945
I found the steps to commit the studio code into Tortoise SVN Server:
Very First Time Commit the code in to SVN Repository:
Create Seperate SVN folder at any drive -
Inside Create branches,tags,trunk folders one by one seperately
Inside trunk, pls checkout with empty URL FIRST.
then, copy your very first time source code and paste it here.
build - need to add this folder in to Ignore list.
then, right click and select svn commit - select all and enter your message and give ok..
Reference Link:
How to install Tortoise SVN in to Android Studio 2.1 Latest Version
https://tortoisesvn.net/downloads.html
http://www.wikihow.com/Install-and-TortoiseSVN-and-Make-Your-First-Repository-Change
http://www.programering.com/a/MDO1czMwATU.html
Upvotes: 2