...
FlexDeploy supports creation of SCM instances and the following properties will be configured for each CVS Instance. These properties are available to all operations.
Property Name | Property Code | Required | Description |
---|---|---|---|
CVS URL | FDCVS_URL | Yes | Base URL to the CVS repository. |
CVS User | FDCVS_USER | Yes | The user name for connecting to CVS Repository. User name must have read write access, if you plan to perform tag operations. |
CVS Password | FDCVS_PASSWORD | Yes | The password for the FDCVS_USER. |
...