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.
Asked
Active
Viewed 1,987 times
2 Answers
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
-
What is the command in linux ? Lets say that the activity name is alex_tst – Alex Brodov Aug 28 '14 at 15:21
-
@user3502786 `cleartool lock -obs activity:alex_tst@/vobs/yourPVob` – VonC Aug 28 '14 at 17:08
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