CreateLabel
Return to Introduction  Previous page  Next page
Creates a new Version Label.

Syntax

tc CreateLbl LabelName [-O] [-C] [-P] [-T] [-Y] [-?]  

Examples
 
Creates a new Version Label called 7.0.1.23:

tc CreateLbl 7.0.1.23  

Creates a new Version Label called 7.0.1.45 and associates it with the project Team Coherence:

tc CreateLbl 7.0.1.45 -P"Team Coherence"  

The following table describes the command-line options available with this command.

Option
Description
-O
Specify command output parameters
-C
Specify a comment for the new Label
-P
Associate the new Version Label with a Project
-T
Causes the command to terminate and return an error code when an error occurs.
-Y
Specify a Username and/or Password
-?, -H
Request online help for a command


Remarks

You will be prompted for a comment for the new label. To suppress this during batch files see the -C command-line option.

Note you can also create labels on the fly during a check-in operation. To do this, see the -VCA option.  


 


© 1995-2018 MCN Software