Subversion

Branching and Tagging
Release Management
Features
FAQs
Global Revision Numbers and Mixed Revisions Working Coy
Importing a directory into subversion

Getting help:

svn help command

Checking out a copy of the trunk into a directory name trunk (the directory name is optional):

svn checkout http://svn.collab.net/repos/svn/trunk trunk

Checking out a copy of the trunk (at a specific revision number):

svn co -r XXXX http://svn.collab.net/repos/svn/trunk trunk

You can checkout sub-directory:

svn co http://svn.collab.net/repos/svn/trunk/dirname
svn propset svn:keywords "Date Author Revision" file
svn proplist file
svn update
svn add
svn delete
svn copy
svn move
svn status
svn diff
svn revert
svn resolved
svn commit
svn mkdir
svn propset svn:ignore --file /tmp/svnignore --recursive . (The content of /tmp/svnignore is *.pyc)
svn propset svn:ignore "*" dirname (Ignore all files in a directory)
page_revision: 15, last_edited: 1254361248|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License