NAME
VCP::Dest::cvs - cvs destination driver
SYNOPSIS
vcp <source> cvs:module
vcp <source> cvs:CVSROOT:module
where module is a module or directory that already exists within CVS.
This destination driver will check out the indicated destination in a temporary directory and use it to add, delete, and alter files.
DESCRIPTION
METHODS
- new
-
Creates a new instance of a VCP::Dest::cvs. Contacts the cvsd using the cvs command and gets some initial information ('cvs info' and 'cvs labels').
SUBCLASSING
This class uses the fields pragma, so you'll need to use base and possibly fields in any subclasses.
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 356:
You forgot a '=back' before '=head1'