1

I wish to remove a label from an element that I added incorrectly. How can I do that using ClearTeam explorer?

Also, if I checkin a version of an element incorrectly, how do I remove that version using ClearTeam Explorer.

kevin zamora
  • 153
  • 1
  • 7

1 Answers1

0

Removing the version is possible but dangerous (right click on the version, select delete version)

It is akin to a cleartool rmver and you should rmver only if:

  • it is the last version
  • it has no label or baseline applied to it
  • it has no hyperlink (merge/deliver/rebase red arrows)

Regarding label, if it is not possible from the ClearTeam explorer, you still can use: cleartool rmlabel

The rmlabel command removes one or more version labels from versions of elements.

cleartool rmlabel -ver /main/3 A_LABEL util.c
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250