man VCP () - Versioned Copy, copying hierarchies of versioned files
NAME
VCP - Versioned Copy, copying hierarchies of versioned files
SYNOPSIS
see the vcp command line.
DESCRIPTION
This module copies hierarchies of versioned files between repositories, and between repositories and RevML (.revml) files.
Stay tuned for more documentation.
METHODS
- new
-
$ex = VCP->new( $source, $dest ) ;
where$source is an instance of VCP::Source $dest is an instance of VCP::Dest
- insert_required_sort_filter
- Called if a sorting filter must be inserted. Does nothing if there's already a sort filter in place.
- copy_all
-
$vcp->copy_all( $header, $footer ) ;
Calls CW$source->handle_header, CW$source->copy_revs, and CW$source->handle_footer.
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>