2 messages in com.perforce.perforce-user[p4] Fw: lock a label
FromSent OnAttachments
pet...@frogware.com13 Dec 2004 11:01 
Tony Sweeney14 Dec 2004 05:10 
Subject:[p4] Fw: lock a label
From:pet...@frogware.com (pet@frogware.com)
Date:12/13/2004 11:01:04 AM
List:com.perforce.perforce-user

Hi there,

my NAnt auto builder labels my lastest changes as myLabel. its status is unlocked. 'cause NAnt doesn't support "locak a label" (I think, might wrong), so I want to call a p4 command to lock the label, I noticed the p4 doc says "p4 [g-options] label" can make it, but I don't know how to use it correctly, Who knows?

my NAnt script: <p4label label=myLable view="${p4rootpath}/..."/> <exec program="p4" commandline="labelsync -l myLabel"/>

Thx