Linux and linux
Upload a project to the SVN Branch
Address: http://blog.csdn.net/caroline_wendy
1. Create the test folder reference: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.mkdir.htmlsvn mkdir-m "text-dir" https://dev.chunyu.mobi/svn/android/exp/test
2. Add the svn co https://dev.chunyu.mobi/svn/android/exp/test/ in the project (Test-DiskLruCache.
3. Upload the file to a single SVN file-Reference: http://stackoverflow.com/questions/3210280/svn-how-to-upload-a-single-filefolder-Reference: examples-Reference: http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.add.html
Add a folder: svn add buildsvn-m "files" commit
Add all files: svn add * -- force
4. For details about how to delete the svn rm file, refer to: Using (comand + "<-" indicates moving forward directly to the beginning). Do not use svn rm *, so that all files will be deleted.