Larry Martell
Larry Martell

Reputation: 3756

How to find out who applied a label to a version in clearcase

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

Answers (1)

VonC
VonC

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

Related Questions