|
NAMEVCP - Versioned Copy, copying hierarchies of versioned filesSYNOPSISsee the vcp command line.DESCRIPTIONThis module copies hierarchies of versioned files between repositories, and between repositories and RevML (.revml) files.Stay tuned for more documentation. METHODSnew
$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 $source->handle_header, $source->copy_revs, and $source->handle_footer. COPYRIGHTCopyright 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. AUTHORBarrie Slaymaker <barries@slaysys.com>POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |