CVS

Description

The Concurrent Versions System (CVS), is a client-server free software revision control system in the field of software development.

For more details, refer to http://savannah.nongnu.org/projects/cvs.

Note

The following is a list of commands used by the CSV Repository Connector to retrieve sources:

  • cvs -d $repository export [-r $branch] $project
  • cvs -d $repository co -r $artefactPath -d $tmpFolder

Usage

CVS has the following options:

  • Repository (repository, mandatory) Specify the location of the CVS Repository.

  • Project (project, mandatory) Specify the name of the project to get files from.

  • Tag or Branch (branch) Specify the tag or branch to get the files from.

The full command line syntax for CVS is:

-r "type=CVS,repository=[text],project=[text],branch=[text]"