The frequently used commands are:
1. Download the code from the server side to the local
Enter SVN checkout Svn://localhost/mycode--username=gwh--password=123/users/apple/documents/code in the terminal
Download the contents of the Mycode warehouse in the server to the/users/apple/documents/code directory
2. Commit all modifications to the server
In step 1, the server-side code has been downloaded to the/users/apple/documents/code directory, now modify some of the code inside, and then commit these modifications to the server
1> Open terminal, first locate to/users/apple/documents/code directory, enter: Cd/users/apple/documents/code
2> Input Submission Instructions: SVN commit-m "Fill in the contents of the tag, can not write things."
3. Update the server-side code to the client
1>cd/users/apple/documents/code
2>SVN Update
Reference: http://blog.csdn.net/itianyi/article/details/8981989
Http://blog.sina.com.cn/s/blog_5946919f01016gfm.html
Use of SVN in Mac Environment, submit iOS code