perl - Deleting multiple labels in perforce -
i working on perforce-perl script creates labels. due repeated execution of script have created hundreds of labels of type label_a.180 etc. want know if there command or other way can delete multiple labels @ time?
there no command or feature in p4v delete multiple labels. best approach write script finds labels , removes them one-by-one.
i not know p4perl api i'm unable give example, very similar existing label creation additional -d flag passed p4 label command.
hth,
Comments
Post a Comment