Changeset 417 for trunk/confman.8.in
- Timestamp:
- 09/18/2009 13:08:17 (3 years ago)
- File:
-
- 1 edited
-
trunk/confman.8.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.8.in
r388 r417 110 110 .Nm . 111 111 It will check out your working copy. setup takes no additional arguments. 112 .It Cm update 112 .It Cm update [ Ar options ] 113 113 The update command will update all the modules in your working copy. This 114 command does not alter the repository or the system. 114 Any options specified will be passed directly to 115 .Xr svn 1 . This can be used 116 for updating your working copy to an older revision. 117 118 For example, you could use `confman update -r '{20090801}' www` to look at the 119 state of the module named `www' as of 1 August 2009. This will re-add any 120 deleted files and delete any added files from your working copy (This is 121 simplest if you have commited any outstanding changes, but subversion is good 122 about not deleting work-in-progress -- the errors can just be confusing). 123 124 Note that before any install or commit operation, there is an implicit update 125 that will cause the latest repository revision to be reflected in your working 126 copy. command does not alter the repository or the system. 115 127 .It Cm commit 116 128 The commit command causes your changes to take effect.
Note: See TracChangeset
for help on using the changeset viewer.
