Changes between Initial Version and Version 1 of SVNUpdate
- Timestamp:
- 03/08/08 05:16:23 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SVNUpdate
v1 v1 1 = svn update = 2 3 Once 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 7 If 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}}}