Subversion Cheat Sheet BCB
Subversion Cheat Sheet BCB
The Repository
The repository (repo) manages all versions (revisions) of your project. You can't work on files of a repo, you do a
checkout to get a working copy from a repository, do your work there, and commit your changes back to the repo.
Get a working copy (= checkout) svn (checkout|co) [-r REV] url://repo/path/ path/to/project
Update your working copy *1 svn (update|up) [-r REV] [path/to/project]
See:
http://svnbook.red-bean.com/en/1.4/