If I have code that needs to choose between syncing to head and syncing to a label, is there a label value that corresponds to "head"? My code currently checks a "p4.label" property to determine whether to do a sync or not. I'm guessing I'm going to have to also check for "p4.label" being equal to "head" (by convention), and if so, execute a separate "p4sync" task that leaves off the "label" attribute. From what I can see in the task documentation, I can't just leave an empty label value, as that apparently is an error case.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]