| 1 | .\" Copyright (c) 2008, Christopher Cowart and contributors |
|---|
| 2 | .\" All rights reserved. |
|---|
| 3 | .\" |
|---|
| 4 | .\" Redistribution and use in source and binary forms, with or without |
|---|
| 5 | .\" modification, are permitted provided that the following conditions |
|---|
| 6 | .\" are met: |
|---|
| 7 | .\" * Redistributions of source code must retain the above copyright |
|---|
| 8 | .\" notice, this list of conditions and the following disclaimer. |
|---|
| 9 | .\" * Redistributions in binary form must reproduce the above copyright |
|---|
| 10 | .\" notice, this list of conditions and the following disclaimer in the |
|---|
| 11 | .\" documentation and/or other materials provided with the distribution. |
|---|
| 12 | .\" |
|---|
| 13 | .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 14 | .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 15 | .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|---|
| 16 | .\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
|---|
| 17 | .\" OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|---|
| 18 | .\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
|---|
| 19 | .\" TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|---|
| 20 | .\" PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
|---|
| 21 | .\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
|---|
| 22 | .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|---|
| 23 | .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 24 | .\" |
|---|
| 25 | .\" $Id$ |
|---|
| 26 | .\" |
|---|
| 27 | .Dd May 06, 2009 |
|---|
| 28 | .Dt CONFADMIN 8 |
|---|
| 29 | .Os |
|---|
| 30 | .Sh NAME |
|---|
| 31 | .Nm confadmin |
|---|
| 32 | .Nd confman administration tool |
|---|
| 33 | .Sh SYNOPSIS |
|---|
| 34 | .Nm |
|---|
| 35 | .Op Fl h | Cm help |
|---|
| 36 | .Nm |
|---|
| 37 | .Ar command |
|---|
| 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 |
|---|
| 76 | .Sh SEE ALSO |
|---|
| 77 | .Xr confman 8 , |
|---|
| 78 | .Xr confman.conf 5 , |
|---|
| 79 | .Xr svnadmin 1 |
|---|
| 80 | .Sh AUTHORS |
|---|
| 81 | .An Chris Cowart Aq ccowart@timesinks.net |
|---|