<sscmbranch
serverconnect="localhost:4900"
serverlogin="administrator:"
branch="Widget 1.0"
repository="Mainline/Widget"
parent="Mainline"
comment="Branch for continuing Widget 1.0 development"
type="baseline"
/>
Create a new Baseline branch 'Widget 1.0' from branch 'Mainline', repository 'Mainline/Widget' with the given comments. All files are branched at the tip version.
<sscmbranch
serverconnect="localhost:4900"
serverlogin="administrator:"
branch="MyWidgetDevelopment"
repository="Mainline/Widget"
parent="Widget 1.0"
/>
Create a new Workspace branch 'MyWidgetDevelopment' from branch 'Widget 1.0', repository 'Mainline/Widget'. All files are branched at the tip version.
<sscmbranch
serverconnect="localhost:4900"
serverlogin="administrator:"
branch="Build as of 12-1-03"
repository="Mainline/Widget"
parent="Widget 1.0"
comment="Snapshot of source as it was on December 1st, 2003"
bytimestamp="2003120300:00:00"
type="snapshot"
/>
Create a new Snapshot branch 'Build as of 12-1-03' from branch 'Widget 1.0', repository 'Mainline/Widget' with the given comments. All files are branched at their version as of 12-01-03.