1

I am new to clearcase so i would like to remove the baselined activities(i.e., already done activities) in my view any there any command is available to remove them or is it possible to remove them in Windows GUI.

2 Answers2

1

The easiest way is to make those activities "invisibles", that is:

  • right click on an activity
  • go to the "lock" tab
  • make it "obsolete" (nobody will see that activity again or will be able to select it for a checkout/checkin operation)

But that will work only if you are the owner (creator) of the activity you are locking obsolete.
(See activity states and cleartool lock, the API command behind that GUI operation)

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

You can't remove an activity already included in a baseline. You will need to remove the baseline first, then remove the activity from the stream.

Jirong Hu
  • 2,315
  • 8
  • 40
  • 63