si deleteprojectlabel --label="GA Release" --project=c:/Aurora_Program/bin/Libra/project.pj
|
|
The --projectRevision option is not used for identifying the project checkpoint to delete labels from; it is the generic option available on all project-based commands that allows you to specify the checkpoint of the build project you want to work with.
|
|
|
Labels that include spaces must be enclosed by quotes.
|
|
|
• The project that the command uses to recurse is the checkpoint where the label is found on the specified project. When performing the recursion, the label is deleted from whichever revision of the subproject the label exists on. Only subprojects that are in this hierarchy are included in the command recursion.
• When performing a recursion through the subproject hierarchy, if the label cannot be found, the command continues the recursion.
• If the label cannot be deleted, the command stops recursion for that project; consequently the label is not deleted for that project’s child subprojects.
|