NAntContrib Help Task Reference <sscmunfreeze> | v0.85-rc1 |
[This is preliminary documentation and subject to change.]
Unlocks frozen branches for a Surround SCM repository.
Attribute | Type | Description | Required |
---|---|---|---|
branch | string | Surround SCM branch name. | True |
mainline | string | Surround SCM mainline branch name. The default is pulled from the local working directory. | False |
failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
serverconnect | string | The address and port number of the Surround SCM server host computer. Format is server:port. If not entered, the last saved connection parameters are used. | False |
serverlogin | string | The username and password used to login to the Surround SCM server. Format is username:password. If not entered, the last saved login parameters are used. | False |
timeout | int | The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out. | False |
unless | bool | Opposite of if . If false then the task will be executed; otherwise, skipped. The default is false. |
False |
verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |
Attribute | Type | Description | Required |
---|---|---|---|
useruntimeengine | bool | Specifies whether the external program should be executed using a runtime engine, if configured. The default is false. | False |
Contains a collection of Argument elements.
Unfreeze the 'Widget 1.0' branch off of the mainline 'Mainline' on the server at localhost, port 4900 with username 'administrator' and a blank password.
<sscmunfreeze serverconnect="localhost:4900" serverlogin="administrator:" mainline="Mainline" branch="Widget 1.0" />