...
Property Name | Description | Default Value | Poosible Value |
---|---|---|---|
abpm.versionControl.enable | Enables versioning in Adeptia Suite. | false | true or false |
abpm.versionControl.repository.access.protocol | Protocol to access the SVN server. | SVN | SVN/HTTP/HTTPS |
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. svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name> | svn://<hostname >:<SVN port> | |
abpm.versionControl.username | User Name of the Version Control Repository to access SVN repository. | As per configuration of SVN Server | |
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. 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. |
...