ibm - How to get into a vob on rcleartool -
i have type lsvob
command in rcleartool
, giving me list of vob's.
now how particular vob?
trying cd /clinical
getting error:
crcli2027e unable change directory "/clinical": no such directory.
since using ccrc (the clearcase remote client), in order access files in vob, must
- create automatic view or web view using clearteam explorer (cte) gui or 'rcleartool mkview ...' command line.
- if you're using automatic view, mount vob using cte or 'rcleartool mount ...'. if you're using web view, add load rule view's configuration using cte (i.e. add "/clinical" in "load rules" tab - accessible "show clearcase view configuration" menu item on context menu view) or 'rcleartool edcs' (i.e. add line "load /clinical" configuration specification).
then go view root directory (r:\<view_tag>\ automatic view or path copyarea web view) , vob tag should visible in directory. can 'cd' vob context.
for more details man pages commands at:
Comments
Post a Comment