CVS
CVS Task
Use the CVS Task
Field | Required | Property | Description |
---|---|---|---|
Name | Yes | The task name | |
Connection/Host | Yes | The CVS connection type and host. Currently, only the pserver connection type is supported. If ssh access is required, then use an Exec Task and run the cvs command directly. | |
Port | No | If CVS is on a non standard port, enter it here. Otherwise, leave it blank. | |
Repository Path | Yes | The CVS repository path on the CVS host. This will look something like /home/cvs or /cvs. | |
Project | Yes | The project name in CVS to check out. | |
Tag | No | Use a specific tag or branch. | |
User | No | A valid user name to access the project. | |
Password | No | A valid password for the user name. | |
Directory | No | The working directory for the project. This will default to the value of project.path. | |
Enabled | Yes | Enable/Disable the task. | |
On Error | Yes | What to do if an error is detected. |