-2

Please any body let me know how to create Dynamic View with example with cleartool in windows command line.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343

1 Answers1

1

The basic command is cleartool mkview.

It should be:

cleartool mkview -tag yourNewDynamicView -stg aStorageName
# or
cleartool mkview -tag yourNewDynamicView \\shared\path\to\viewStorage\yourDynView.vws

You need a storage referencing a shared path in which your view storage will be set, as I showed for instance in "How to open a dynamic view in clear case with a given config spects using command prompt?".

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250