android studio upload to svn

android studio upload project to svn, you need to share your project first. After sharing, you have to update your directory, otherwise it will say this is not a working copy, which will result in failure to submit. Share is actually creating a new directory on the svn server (equivalent to using svn mkdir -m "init project folder" "http"//svnurl, then svn checkout this url to the local directory, and then copy your project to this directory), and then link with your local directory, so that all your files become red , and then switch to the project view mode, then right-click on add vcs, then select a directory of your svn url. Then all files will turn green, then right-click the project commit, a dialog box appears, select the required The uploaded file is ok, and then the file becomes white
. When committing, be careful not to submit the things in the build, there are a lot of things that are automatically generated. Including the library, each library has a build,
submit After completion, you are building, and you will find that the regenerated build folder is green, that is because when you were adding, the build was added. So it is green










http://www.linuxfromscratch.org/blfs /edguide/chapter03.html#ch03-add
http://blog.sina.com.cn/s/blog_963453200101eiuq.html

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327098127&siteId=291194637