-2

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

Martijn Pieters
  • 963,270
  • 265
  • 3,804
  • 3,187

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,129,465
  • 480
  • 4,036
  • 4,755