Property name | Description | Default value | Possible value |
---|
abpm.versionControl.enable | Enables versioning in Adeptia Connect. | false | true or false |
abpm.versionControl.client | Set Version Control Client. Possible values are: SVN or GIT. |
|
|
abpm.versionControl.email | Version Control Repository Email |
|
|
abpm.versionControl.keystore.password | Set a password for your keystore. Applicable only when you use an HTTPS protocol on an SVN server which is client authenticated. |
|
|
abpm.versionControl.keystore.path | Path of your keystore to use for client authentication. Applicable only when you use an HTTPS protocol on an SVN server which is client authenticated. |
| Any accessible location on a local system. |
abpm.versionControl.password | Password of the user specified in the abpm.versionControl.username. |
|
|
abpm.versionControl.projectPath | This is the path of a local working copy of version control project. When you Check-In the activity of Adeptia Suite for the first time, a local copy of SVN project is created in the path specified in the property abpm.versionControl.projectPath. At the same time, a project with the name specified in the above property is also created in the SVN. If Adeptia Suite is installed on Windows OS then you can define either the absolute path or relative path with respect to ServerKernel folder. For example, you can define the absolute path as C:/Adpetia/AdeptiaVersionControl. It means that the local SVN project is created within C:/Adeptia/AdeptiaVersionControl folder. You can also define the relative path as ./AdeptiaVersionControl. In this case, a local SVN project is created within ServerKernel > AdeptiaVersionControl folder. The default value of the property abpm.versionControl.projectPath is ./AdeptiaVersionControl. You can provide the path other than the default path in the abpm.versionControl.projectPath property as per your requirement. If Adeptia Suite is installed on Linux OS then you must specify the absolute path for the Local Version Control Project, for example, /root/home/ADEPTIA/AdeptiaVersionControl/. |
| Any absolute path or relative path with respect to ServerKernel folder. |
abpm.versionControl.repository.access.protocol | Protocol to access the SVN server. | SVN | SVN/HTTP/HTTPS |
abpm.versionControl.repository.branch | Repository branch name on which all version control operations will be performed. This operation is applicable only for GIT client. |
|
|
abpm.versionControl.repository.url | IP address/Name of the host machine where SVN is installed in the following syntax: svn://<hostname >:<SVN port> where, <hostname> is hostname or IP address of the host, where SVN is installed. <port> is the port at which SVN is running. By default, SVN uses 3690. For example, if SVN Server is installed on a host with IP address 192.168.1.1 and using port 3690 then the URL will be: svn://192.168.1.1:3690/ In case SVN is installed on Linux OS, you need to provide the absolute path of the Version Control Repository in the following syntax: svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name> |
| svn://<hostname >:<SVN port> or svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name> |
abpm.versionControl.username | User Name of the Version Control Repository to access SVN repository. |
| As per configuration of SVN Server |
abpm.versionControlHTTPRequest.connection.timeout | Version Control HTTP request connection time out for AJAX call in milliseconds. | 1800000 |
|