I have a file in my Clearcase repository. I checked it out and modified it, and then checked it back in.
I haven’t done anything like make a baseline, or rebase, or deliver in my stream/view.
I regret having made the changes to this file–I should have undone the checkout, in retrospect.
How do I roll back the modifications? (Or undo, or revert, or whatever the correct nomenclature is.)
What is described by skwllsp can be be done in a dynamic view through the use of extended pathnames
with
xxbeing the version number you want to restore.But should you have made multiple checkins, including some you want to cancel, ClearCase allows you to cancel part of the previous checkins through Subtractive Merge
See IBM “to remove contributions of some versions” (and
mergeman page)Finally, the one thing to not do is a
rmver.This command destroys information irretrievably and this is rarely a good thing.