Search code examples
windowsclearcasecleartool

ClearCase: How to create Dynamic View through Command Line?


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


Solution

  • 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?".