Changeset 316
- Timestamp:
- 05/02/2009 19:25:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/confadmin.8 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confadmin.8
r310 r316 33 33 .Sh SYNOPSIS 34 34 .Nm 35 .Op Fl h | -help | Cm help 36 .Nm 37 .Ar command 35 38 .Sh DESCRIPTION 39 The 40 .Nm 41 utility performs the initial setup for the subversion repository used by 42 .Xr confman 8 . 43 .Nm 44 assumes 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 51 The repository location must be configured with the REPO_PROTOCOL, 52 REPO_HOSTNAME, and REPO_PATH in 53 .Xr confman.conf 5 . 54 .It 2. 55 The repository must be created with 56 .Xr svnadmin 1 . 57 This cannot be created by 58 .Nm , 59 due to the possibility that the repository could be remote need not be on a 60 box that provides the user shell access. 61 .El 62 .Ss COMMANDS 63 The following commands are supported by 64 .Nm : 65 .Bl -tag -width indent 66 .It Cm help [ Ar command ] 67 With no argument, displays usage statement including supported commands. 68 Specify a 69 .Ar command 70 for more detailed help. 71 .It Cm setup 72 The setup command will create the initial structure in a new repository. 73 Cm setup 74 takes no addition arguments. 75 .El 36 76 .Sh SEE ALSO 37 77 .Xr confman 8 , 38 78 .Xr confman.conf 5 , 79 .Xr svnadmin 1 39 80 .Sh AUTHORS 40 81 .An Chris Cowart Aq ccowart@timesinks.net
Note: See TracChangeset
for help on using the changeset viewer.
