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

  1. create automatic view or web view using clearteam explorer (cte) gui or 'rcleartool mkview ...' command line.
  2. 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:

mkview

mount

edcs


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -