...
FlexDeploy supports creation of SCM instances and the following properties will be configured for each SVN Instance. These properties are available to all operations.
Property Name | Property Code | Required | Description |
---|---|---|---|
Subversion URL |
| Yes | Base Subversion repository URL. When connecting with svn+ssh the URL needs to follow a certain format svn+ssh://<SVN_HOSTNAME>/<ABSOLUTE_PATH_ON_SERVER_TO_ |
REPO> Examples:
| |||
Subversion User |
| Yes | The user name for connecting to Subversion. User name must have read write access, if you plan to perform tag operations. |
Subversion Password |
| Yes | The password for the FDSVN_USER. |
SSH Private Key | FDSVN_PRIVATE_KEY | Yes | The private key file path for use with SSH. |
Passphrase for private key is not supported. Private key is generally in .ssh folder of user, which can be flexdeploy application process user or endpoint user (for plugin execution). Location must be same (different key is fine but just with same name and location). If necessary, you can generate key using (ssh-keygen -t rsa) and put public key in target user’s authorized_keys file, which should be in $HOME/.ssh folder. | |||
Subversion Authentication Methods |
| No | One or more SVN authentication methods. For example: Basic, Digest, Negotiate, NTLM (Optional). |
Children Display |
---|
...