SSCMUnfreeze Task
Surround SCM Unfreeze task for unfreezing branches.
Apache Ant
 
Description

Unlock a frozen branch.

<taskdef name="sscmunfreeze" classname="com.seapine.surroundscm.ant.SSCMUnfreeze" />

 
Parameters
Attribute Description Type Requirement
branch Enter the branch name. String Required
mainline Enter the mainline branch name. The default is defined in the working directory. String
failOnError Set to true if you want the task to throw a BuildException when it fails. boolean Optional
serverconnect Enter the address and port number of the Surround SCM server host computer. If not entered, use the last saved connection parameters. String
serverlogin Enter the username and password used to login to the Surround SCM server. If not entered, use the last saved login parameters. String
 
Parameters as nested elements
 
Examples
 <sscmunfreeze
   serverconnect="localhost:4900"
   serverlogin="administrator:"
   mainline="Mainline"
   branch="Widget 1.0"
   />

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.


Copyright © 2000-2003, Apache Software Foundation