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

NAME

repo_add - Administrative tool to directly add a document to a document repository.

SYNOPSIS

repo_get [options] doc_id

 Options:
   -h, --help                    Prints a brief help message
   -D, --debug=integer           Prints debug messages
   -R, --repository_dir          Location of the repository
   -d, --destination             Directory to put the files
   -r, --revision=integer        Revision number

DESCRIPTION

repo_get - This retrieves the document specified by doc_id from the repository. Only one document can be retrieved at a time.

To retrieve a particular past revision of the document, use the --revision parameter.

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 $