Check out (co)
Checks out a working copy from a repository |
| a.)
svn checkout
http://pc89166.cse.cuhk.edu.hk/repos/array_tech destination_path |
| b.)
svn co
http://pc89166.cse.cuhk.edu.hk/repos/array_tech destination_path |
| ˇ@ |
Update (up)
Gets the latest changes from the source control server |
| svn update |
| ˇ@ |
Commit (ci)
Sends changes from your working copy to the repository |
| a.) svn commit -m "Adding
new function" filename.c |
| b.)
svn commit -m "Adding lots of new functions" |
| ˇ@ |
Import
Recursively commits a copy of local dir into a repository |
| svn import -m ˇ§Importing the filesˇ¨
source_path http://pc89166.cse.cuhk.edu.hk/repos/array_tech |