PDA

View Full Version : How to create a reference label?


ChrisF
01-26-2010, 09:03 AM
I have a StarTeam step that creates a label. However, it creates a view label and I have not been able to find ways to create a reference label instead. How do I do it?

kinook
01-26-2010, 09:15 AM
The StarTeam Command-Line Tools Help describes two types of labels: view and revision. -r specifies that the label is a revision label, and presumably leaving out -r specifies a view label. See the StarTeam help file (stcmd label and stcmd apply-label) or contact Borland support for more information.

ChrisF
01-26-2010, 11:08 AM
Yeah I know how to do it from command line. I just want to know how to do it from VBPro 7 UI, and the Options tab was the answer.

kinook
01-26-2010, 11:09 AM
Add it to the Additional options field on the Options tab.
http://www.kinook.com/VisBuildPro/Manual/staropttab.htm

ChrisF
01-26-2010, 11:19 AM
Thanks!