Is there anyway to add one or more label while checking in using IDE integration? In PVCS it was in the Advanced box, but I couldn't find it in Vault.
The reason is our process requires developer to put multiple labels on their checkins. It would be a great timesaver to do it in one go.
If not in the IDE, how about the client? Can it put more than one label in one action?
Adding multiple labels
Moderator: SourceGear
You can't apply a label from with the IDE - we should add that as a feature request.
In the GUI client, a label isn't part of a transaction, so you'd have to invoke it multiple times to apply multiple labels to the same file version. However, the command line client also allows labelling, so you could write up a script to do what you want.
In the GUI client, a label isn't part of a transaction, so you'd have to invoke it multiple times to apply multiple labels to the same file version. However, the command line client also allows labelling, so you could write up a script to do what you want.
Excellent. And if you can make it apply multiple labels at once, even better.dan wrote:You can't apply a label from with the IDE - we should add that as a feature request.
OK. We were planning to write a special check-in app anyway even in PVCS. Look as if there is no escaping that.dan wrote: In the GUI client, a label isn't part of a transaction, so you'd have to invoke it multiple times to apply multiple labels to the same file version. However, the command line client also allows labelling, so you could write up a script to do what you want.