SVN Checkout

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


With svn checkout, we can check out a working copy from a repository.

svn checkout URL... [PATH]

If PATH is omitted, the basename of the URL will be used as the destination.

SVN checkout help options:

--revision (-r) REV
--quiet (-q)
--non-recursive (-N)
--username USER
--password PASS
--no-auth-cache
--non-interactive
--config-dir DIR

Example Usage:

svn checkout svn://<server>/svnrepos/<project name>

svn co svn://<server>/svnrepos/<project name>





Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.