Reputation: 675
I accidentally applied a label on all the elements in a VOB.
This label points to the production code version.
How can I revert the operation?
Thanks
Upvotes: 2
Views: 73
Reputation: 1324347
If this is a non-UCM label (ie not an UCM baseline), you can move it (see cleartool mklabel
man page)
cleartool mklabel -replace -recurse -nc yourLabel
Do that in a view which selects the right version and your label will point to those.
Upvotes: 1