VCS::LibCVS::Datum::Root - A CVS datum for a CVS Root specification


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

Index


NAME

Top

VCS::LibCVS::Datum::Root - A CVS datum for a CVS Root specification

SYNOPSIS

Top

  $root = VCS::LibCVS::Datum::Root->new(':pserver:user@cvs.cvshome.org:/cvs');

DESCRIPTION

Top

A CVS Root specification.

  [ : <protocol> : [ <username> @ <hostname> [ : <port> ] ] ] <rootdir>

If only the rootdir is specified, protocol will be reported as "local".

SUPERCLASS

Top

VCS::LibCVS::Datum

INSTANCE ROUTINES

Top

get_dir()

$dir = $root->get_dir()

return type: scalar string

The name of the root directory.

SEE ALSO

Top

  VCS::LibCVS::Datum


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