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

NAME

VCP - Versioned Copy, copying hierarchies of versioned files

SYNOPSIS

DESCRIPTION

This module copies hierarchies of versioned files between repositories, and between repositories and RevML (.revml) files.

Stay tuned for more documentation.

EXPORTS

The following functions may be exported: "debug", "enable_debug", "disable_debug", along with the tags ':all' and ':debug'. Use the latter to head off future namespace pollution in case :all gets expanded in the future..

METHODS

new
   $ex = VCP->new( $source, $dest ) ;

where

   $source  is an instance of VCP::Source
   $dest    is an instance of VCP::Dest
dest
   $dest = $vcp->dest ;

Gets the dest object. This object is set by passing it to new(), so there's no need to set it.

copy_all
   $vcp->copy_all( $header, $footer ) ;

Calls $source->handle_header, $source->copy_revs, and $source->handle_footer.

source
   $source = $vcp->source ;

Gets the source object. This object is set by passing it to new(), so there's no need to set it.

COPYRIGHT

Copyright 2000, Perforce Software, Inc. All Rights Reserved.

This module and the VCP package are licensed according to the terms given in the file LICENSE accompanying this distribution, a copy of which is included in vcp.

AUTHOR

Barrie Slaymaker <barries@slaysys.com>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 133:

You forgot a '=back' before '=head1'