<sscmunfreeze>

[This is preliminary documentation and subject to change.]

Unlocks frozen branches for a Surround SCM repository.

Parameters

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

Framework-configurable parameters

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

Nested Elements:

<arg>

The command-line arguments for the external program.

Contains a collection of Argument elements.

</arg>

Examples

Requirements

Assembly: NAnt.Contrib.Tasks (0.85.1793.0)