How to create view from latest stream on clear case using command

106 Views Asked by At

I'm currently working on a power shell script to automate the clear case tool. However, I am new to the new clear case tool. I require the clear case tool commands listed below.

  1. Create a view from the latest stream.
  2. Mount the created view on the local machine
1

There are 1 best solutions below

4
VonC On

"Mounting the view" means a dynamic view. (Meaning MVFS is activated on your Windows PC, and you have a M:\ drive)

See "How to associate a clearcase view with stream or vob?", and cleartool mkview

cleartool mkview -tag myview -stream MyStream@/vobs:MyPVob \\path\to\viewstorage\your-username_dynview.vws

See also "Creation of Integration View".