Svn Update

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


Svn update updates the current working copy of the repository on the local environment.

Syntax:

svn update [PATH...]

Help Options:

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

If no revision is mentioned, latest HEAD copy is updated.

Example:

svn update

svn up

'svn up' and 'svn update' are same commands.





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 <% ... %>.