The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

repo_init - Administrative tool to establish a new document repository

SYNOPSIS

repo_init [options] repo_dir

 Options:
   -h, --help                    Prints a brief help message
   -D, --debug=integer           Prints debug messages

DESCRIPTION

repo_init - This is an administrative tool for creating a new repository in a given directory.

Example: `repo_init /var/dms`

The user executing this script must have direct read/write/execute permisison into the directory where the document repository will be placed.

To remove a document repository, simply `rm -rf` it.

AUTHOR

Bryce W. Harrington <bryce at bryceharrington dot com>

http://www.bryceharrington.org

COPYRIGHT

Copyright (C) 2004 Bryce W. Harrington. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION

Revision: $Revision: 1.1.1.1 $