NAME
repo_add - Administrative tool to directly add a document to a document repository.
SYNOPSIS
repo_add [options] filename [ filename [...] ]
Options:
-h, --help Prints a brief help message
-D, --debug=integer Prints debug messages
-R, --repository_dir=string Location of the repository
DESCRIPTION
repo_add - This is an administrative tool that directly accesses a document repository via the Document::Repository module. It creates a new document from the set of files specified on the commandline. Note that all files are added as a single document.
The user executing this script must have direct read/write/execute permisison into the document repository.
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 $