PDA

View Full Version : StarTeam checkout -vs option


ChrisF
01-22-2010, 11:14 AM
I have a StarSteam step to check out files, with the Out-of-date option checked in the Global options tab. It fails becase of

Invalid command line specification:
unknown option: -vs

The manual doesn't say what -vs is. What option am I using in the VBPro UI to add this option on the command line?

ChrisF
01-22-2010, 11:19 AM
BTW, I checking out based on a label.

kinook
01-22-2010, 11:25 AM
Does the 'Revision to operate on' field value on the Command tab begin with an s? It should begin with either D, N, or L (to specify a revision Date, Number, or Label).
http://www.kinook.com/VisBuildPro/Manual/starcommandtab.htm

ChrisF
01-22-2010, 11:45 AM
Ah that was it, I ommitted the L before my label macro. Thanks.