
VCS::LibCVS::Client::Connection::Ext - a connection to a remote cvs server

my $conn = VCS::LibCVS::Client::Connection->new($root);

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.

VCS::LibCVS::Client::Connection

VCS::LibCVS::Client VCS::LibCVS::Client::Connection