The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

VCS::LibCVS::Client::Response::FileUpdatingResponses - Classes for many Responses

SYNOPSIS

  my @responses = Client::Response->read_from_server($server_conn);

DESCRIPTION

The file updating responses are those which indicate a change to the status of a file in the working directory. Each of them has a class here, along with a common superclass.

Each response comes with a predetermined set of args, listed below.

SUPERCLASS

  VCS::LibCVS::Client::Response

CLASSES

VCS::LibCVS::Client::Response::FileUpdateModifyingResponse

A common superclass for all the file updating responses.

VCS::LibCVS::Client::Response::Checked_in

  "PathName" "Entry"

VCS::LibCVS::Client::Response::New_entry

  "PathName" "Entry"

VCS::LibCVS::Client::Response::Updated

  "PathName" "Entry" "FileMode" "FileContents"

VCS::LibCVS::Client::Response::Created

  "PathName" "Entry" "FileMode" "FileContents"

VCS::LibCVS::Client::Response::Update_existing

  "PathName" "Entry" "FileMode" "FileContents"

VCS::LibCVS::Client::Response::Merged

  "PathName" "Entry" "FileMode" "FileContents"

VCS::LibCVS::Client::Response::Patched

  "PathName" "Entry" "FileMode" "FileContents"

VCS::LibCVS::Client::Response::Removed

  "PathName"

VCS::LibCVS::Client::Response::Remove_entry

  "PathName"

SEE ALSO

  VCS::LibCVS::Client
  VCS::LibCVS::Client::Response