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


VCS-LibCVS documentation  | view source Contained in the VCS-LibCVS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

  VCS::LibCVS::Client::Connection

SEE ALSO

Top

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


VCS-LibCVS documentation  | view source Contained in the VCS-LibCVS distribution.