Changes between Initial Version and Version 1 of SVNUpdate


Ignore:
Timestamp:
Mar 8, 2008, 5:16:23 AM (16 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SVNUpdate

    v1 v1  
     1= svn update =
     2
     3Once you have a checked out copy, this is called a working copy.  To update a working copy to the latest version, you use the ''update'' command with no arguments:
     4
     5 * {{{svn update}}}
     6
     7If you want to update to a specific revision, you can add the {{{-r <revision>}}} option to move to any revision of the code within the working copy that you checked out.  ''Note that if you checked out a branch, you will be changing to the revision within that branch.''
     8
     9 * {{{svn update -r 123}}}