1

My problem:

I have a snapshot view of my stream. I made some changes locally in this snapshot for testing. Now, I delivered new code to the stream and ran "cleartool update" on my snapshot. However, this did not overwrite the files that I modified in my snapshot. I can still see my temporary changes.

Can I somehow revert my local snapshot changes?

Thanks.

Monday to Friday
  • 239
  • 5
  • 16

1 Answers1

1

A cleartool update won't touch your locally modified files by default
You would need to add an option like -overwrite for that, for restoring the content of hijacked file.

If you checked out files to do your temporary modifications, then you would need to undo-checkout those files before doing a cleartool update.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250