Adding multiple labels

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Adding multiple labels

Post by ismangil » Fri Apr 01, 2005 12:25 am

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?

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Fri Apr 01, 2005 9:10 am

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.

Guest

Post by Guest » Fri Apr 01, 2005 9:15 am

dan wrote:You can't apply a label from with the IDE - we should add that as a feature request.
Excellent. And if you can make it apply multiple labels at once, even better.
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.
OK. We were planning to write a special check-in app anyway even in PVCS. Look as if there is no escaping that.

Post Reply