NAME

VCP::Utils::cvs - utilities for dealing with the cvs command

SYNOPSIS

use VCP::Utils::cvs ;

DESCRIPTION

A mix-in class providing methods shared by VCP::Source::cvs and VCP::Dest::cvs, mostly wrappers for calling the cvs command.

METHODS

cvs

Calls the cvs command with the appropriate cvsroot option.

create_cvs_workspace

Creates a temp dir named "co" for cvs to work in, checks out the module there, and sets the work root and cvs working dir to that directory.

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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 28:

'=item' outside of any '=over'

Around line 71:

You forgot a '=back' before '=head1'