Reputation: 91
I know that for each applicatiThere are a few objects that need to be managed in ClearCase, VOB, View and projects. I'm still not clear what should be the sequence when I need to remove them, for example when a project is no longer valid and I want to remove everything about it.
Should it be: 1. Remove UCM baseline and project in Project Explorer 2. Remove View in Administrative Console 3. Remove VOB in Administrative Console Any details I missed here?
I have go into a few situations so far, with orphan objects left in ClearCase, unable to remove them with warnings saying like "XXX tags missing......".
Upvotes: 1
Views: 262
Reputation: 1327324
You don't delete stuff in ClearCase.
Especially in ClearCase UCM, where an hard deletion can lead to some integrity issue for UCM objects (baselines or activities, with missing versions, composite baselines with missing dependencies, ...)
I would recommend simply "lock -obsolete
" your projects and Streams (they will become invisible, and no-one will modify them again), and remove your view (2.)
You will find the same kind of solution in this technote "Removing a UCM stream that has a delivered baseline": potential integrity issue, and:
cleartool lock -obsolete stream:<stream>
Now, if you don't have that many interdependency, here is the sequence you would follow to remove an UCM project:
Upvotes: 0