I have type the lsvob
command in rcleartool
and it is giving me the list of vob's.
Now how to get into a particular vob?
I am trying cd /clinical
but getting error:
CRCLI2027E Unable to change directory to "/clinical": No such directory.
Since you are using CCRC (the ClearCase Remote Client), in order to access files in a VOB, you must
Then go to the view root directory (R:\<view_tag>\ for an automatic view or the path to the copyarea for a Web view) and the VOB tag should be visible in that directory. You can 'cd' into the VOB from that context.
For more details the man pages for the commands are at:
/clinical
is not a path, it is a vob tag.See "VOB tags and VOB access".
To access it contents, you need either:
a snapshot or ccweb view, with a load rule for that vob
(See more at "ClearCase view configuration" and "View or edit load rules")
or a dynamic view, with that vob mounted beforehand (
rcleartool mount
)(then start the dynamic view)