Changeset 316


Ignore:
Timestamp:
05/02/2009 19:25:06 (3 years ago)
Author:
ccowart
Message:

Documenting recent confadmin work in its man page.

See #8
See #20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confadmin.8

    r310 r316  
    3333.Sh SYNOPSIS 
    3434.Nm 
     35.Op Fl h | -help | Cm help 
     36.Nm 
     37.Ar command  
    3538.Sh DESCRIPTION 
     39The  
     40.Nm  
     41utility performs the initial setup for the subversion repository used by 
     42.Xr confman 8 . 
     43.Nm  
     44assumes that the System Administrator has taken the following steps: 
     45.Bl -tag -width indent 
     46.It 1. 
     47.\" Don't hyphenate these words 
     48.hw REPO_PROTOCOL 
     49.hw REPO_HOSTNAME 
     50.hw REPO_PATH 
     51The repository location must be configured with the REPO_PROTOCOL,  
     52REPO_HOSTNAME, and REPO_PATH in 
     53.Xr confman.conf 5 . 
     54.It 2. 
     55The repository must be created with 
     56.Xr svnadmin 1 . 
     57This cannot be created by  
     58.Nm , 
     59due to the possibility that the repository could be remote need not be on a 
     60box that provides the user shell access. 
     61.El 
     62.Ss COMMANDS 
     63The following commands are supported by  
     64.Nm : 
     65.Bl -tag -width indent 
     66.It Cm help [ Ar command ] 
     67With no argument, displays usage statement including supported commands. 
     68Specify a  
     69.Ar command  
     70for more detailed help. 
     71.It Cm setup 
     72The setup command will create the initial structure in a new repository. 
     73Cm setup  
     74takes no addition arguments. 
     75.El 
    3676.Sh SEE ALSO 
    3777.Xr confman 8 , 
    3878.Xr confman.conf 5 , 
     79.Xr svnadmin 1 
    3980.Sh AUTHORS 
    4081.An Chris Cowart Aq ccowart@timesinks.net 
Note: See TracChangeset for help on using the changeset viewer.