Bhaskar
Bhaskar

Reputation: 137

Clearcase command to check the existence of an element in a VOB

What would be the command to check the existence of an element (say named "XYZ") in a Clearcase VOB ?

Upvotes: 1

Views: 769

Answers (1)

VonC
VonC

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

Related Questions