This is an old revision of the document!


ClearCase Integration

ClearCase Operations and Commands

Views

View Creation

  • Snapshot View:
    • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>mkview -snapshot [-vws <view storage location>] – tag
      <view tag> <view location>
      </font>
  • Dynamic View:
    • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>mkview – tag <view tag> <view storagelocation></font>

View Deletion

  • Snapshot View:
    • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>rmview –force <view location></font>
  • Dynamic View:
    • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>rmview –force <view storage location></font>

Set Config Spec (includes view update):

  • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>setcs –tag <view tag> <config spec path></font>

Explicit View Update in CMS Profile:

  • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>update <view directory></font>

Check if View is Registered:

  • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>lsview</font>

Mount VOB for Dynamic View:

  • <font inherit/Courier New,Courier,monospace;;inherit;;inherit>lmount <vob tag></font>