VCS::LibCVS::Client::Connection::Local.3pm

Langue: en

Version: 2005-10-10 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

VCS::LibCVS::Client::Connection::Local - a connection to a local cvs server

SYNOPSIS

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

DESCRIPTION

A connection to an invocation of ``cvs server'' on the localhost. See VCS::LibCVS::Client::Connection for an explanation of the API.

No authentication is required to establish this connection.

SUPERCLASS

   VCS::LibCVS::Client::Connection
 
 

SEE ALSO

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