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

NAME

repo_export - Administrative tool to export files from documents stored in the document repository.

If two or more documents contain files with the same name, the one with the highest document id will overwrite the others.

SYNOPSIS

repo_export [options] [ doc_id [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

DESCRIPTION

repo_export - This exports documents from the document repository. By default it returns all documents unless specific doc_id's are indicated. Note that if two or more documents contain files with the same name, the files for the document with the larger id number will overwrite the smaller ones.

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 $