Svn Update
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 your Answer