NAME
VCS::LibCVS::Client::Connection::Ext - a connection to a remote cvs server
SYNOPSIS
my $conn = VCS::LibCVS::Client::Connection->new($root);
DESCRIPTION
A connection to an invocation of "cvs server" on a remote machine. See VCS::LibCVS::Client::Connection for an explanation of the API.
The connection to the remove machine is established through an external program. The default is "ssh", but it can be overridden by setting the environment variable CVS_RSH.
SUPERCLASS
VCS::LibCVS::Client::Connection
SEE ALSO
VCS::LibCVS::Client
VCS::LibCVS::Client::Connection