VCS::LibCVS::Datum::PathName - A CVS datum for a CVS pathname


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

Index


NAME

Top

VCS::LibCVS::Datum::PathName - A CVS datum for a CVS pathname

SYNOPSIS

Top

  $string = VCS::LibCVS::Datum::PathName->new(["adir","/home/cvs/adir/file"]);

DESCRIPTION

Top

A CVS Pathname, used in CVS responses. It consists of a local directory name and a repository filename. See the cvsclient docs for more info.

SUPERCLASS

Top

VCS::LibCVS::Datum

SEE ALSO

Top

  VCS::LibCVS::Datum


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