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 $source->handle_header, $source->copy_revs, and $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>
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 20:
You can't have =items (as at line 42) unless the first thing after the =over is an =item