Reputation: 3756
In Clearcase, is there a way to find out who applied a label to a version of file? I.e. who did the mklabel. desc shows who checked in the file and the labels that are on it, but the user who did the mklabel is not necessarily the same one who did the ci. A label report shows who created the label initially. An annotated report doesn't give what I need either.
Upvotes: 1
Views: 454
Reputation: 1324347
I believe you could try and check cleartool lshistory
:
cleartool lshist -minor yourFile
That event should be recorded there.
The event_ccase does include amongst the event tracked:
Attach or remove an attribute, label, hyperlink, or trigger.
Upvotes: 1