|
NAMEVCP::Dest::cvs - cvs destination driverSYNOPSISvcp <source> cvs:module vcp <source> cvs::pserver:cvs.foo.com:module vcp <source> cvs:/path/to/cvsroot:module --init-cvsroot vcp <source> cvs:/path/to/cvsroot:module --init-cvsroot --delete-cvsroot where module is a cvs module or directory that already exists within CVS. DESCRIPTIONThis driver allows vcp to insert revisions in to a CVS repository.Checks out the indicated module or directory in to a temporary directory and use it to add, delete, and alter files. If the module does not exist it is created with "cvs import." TODO: Skip all directories named "CVS", in case a CVS tree is being imported. Perhaps make it fatal, but use an option to allow it. In this case, CVS directories can be detected by scanning revs before doing anything. OPTIONS
LIMITATIONSDoes not handle "clone" revisions properly. "clone" revisions are generated by VCP::Source::cvs when a branch is given two branch tags. See VCP::Source::cvs for more details.AUTHORBarrie Slaymaker <barries@slaysys.com>COPYRIGHTCopyright (c) 2000, 2001, 2002 Perforce Software, Inc. All rights reserved.See VCP::License ("vcp help license") for the terms of use.
Visit the GSP FreeBSD Man Page Interface. |