After entering detailed checkout comments before checking out my files on a development branch, I inadvertently overlooked the fact that while checking in the files, . would preserve the checkout comments as my checkin comments, and entered some minimal comments as part of checkin, thus getting my checkout comments overwritten.
Now, when I do a ct describe -l on the same branch for the checked in elements, I can only see the minimal check in comments.
Is there a way to retrieve the original comments that I had entered as part of my checkout process for these elements?
Not sure if this is possible, but I would still check the
cleartool ls-history -min -bra brtype:type-name[@vob-selectoroutput, for any minor event history which might have recorded your original checkout (and its comment message).You would look for an event_ccase, an event recorded in the VOB database.
A checkout does generate an event, and the object to which the event record is attached is the checked-out branch.
However, that event gets deleted automatically at checkin or uncheckout, so I wouldn't get my hopes up.