CVS
Last modified: 20 April 2023This page contains the description of fields and options available when setting up CVS options as a project VCS root. Depending on the selected access method, the page shows different fields, that help you to easily define CVS settings.
Common options
Option | Description |
---|---|
Specify the name of the module managed by CVS. | |
Use these fields to select the access method, point to user name, cvs server host and repository. For example: ':pserver:user@host.name.org:/repository/path'. For cvsLocalCvsOptionsDescription} connection only path to CVS repository should be used. TeamCity supports the following connection methods:
| |
Click one of the radio buttons to define the way CVS will fill in and update the working directory. The following options are available: | |
Specify a period no CVS activity in seconds, during which the builds should not start. |
PServer Protocol Settings
Option | Description |
---|---|
Click this radio button if you want to access the CVS repository by entering password. | |
Click this radio button to specify the path to the .cvspass file. | |
Specify connection timeout. | |
Check this option if you want to use proxy, and select the desired protocol from the drop-down list. | |
Specify the name of the proxy. | |
Specify the port number. | |
Specify the login name. | |
Specify the password. |
Ext Protocol Settings
Option | Description |
---|---|
Path to external rsh | Specify the path to rsh program used to connect to the repository. |
Specify the path to the file that contains user authentication information. | |
Additional parameters | Enter any required rsh parameters that will be passed to the program. Multiple parameters are separated by spaces. |
SSH Protocol Settings (internal implementation)
Option | Description |
---|---|
Select supported SSH version. | |
SSH port | Specify SSH port number. |
Click this radio button if you want to authenticate via SSH password. | |
Click this radio button to use private key authentication. In this case specify the path to the file that contains private key, and password. | |
Local CVS Settings
Advanced Options
Option | Description |
---|---|
Check this option to apply gzip compression to the data passed between CVS server and CVS client. | |
Check this option to send environment variables to the server for the sake of compatibility with certain servers. | |
Check this option to use history file on server to search for newly committed changes. Enable this option to improve cvs support performance. The options is checked off by default because not every CVS server supports keeping history log file |
VCS Checkout Subdirectory
Option | Description |
---|---|
If multiple VCS are used, specify the path to Basic Concepts relative to the Basic Concepts. |
Thanks for your feedback!