Reputation: 137
What would be the command to check the existence of an element (say named "XYZ") in a Clearcase VOB ?
Upvotes: 1
Views: 769
Reputation: 1323593
You can start with cleartool describe
:
clertool describe yourView/yourVob/yourFile
But that implies that you have a view first.
I would recommend a dynamic view, as it is easier/quicker to set up and use (no update like in a snapshot view).
Upvotes: 3