Changeset 417 for trunk/confman.8.in


Ignore:
Timestamp:
09/18/2009 13:08:17 (3 years ago)
Author:
ccowart
Message:

Passing arguments to "svn update" via confman update.

Needs to be merged to 1.9.

See #60

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.8.in

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