Please any body let me know how to create Dynamic View with example with cleartool in windows command line.
Asked
Active
Viewed 5,772 times
-2

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

Rajesh Kumar Ranganathan
- 13
- 1
- 3
-
1What has this got to do with Python, C++ or Perl? Please keep your tagging to what is *relevant*. – Martijn Pieters Jun 02 '14 at 10:05
-
Hi, Yes its required because so that I can execute the ClearTool command using Python or Perl script. – Rajesh Kumar Ranganathan Jun 05 '14 at 08:44
-
Executing a command line tool is trivial from any of those languages, and a **separate** problem. You didn't ask about that in your post, nor do you show a specific problem with any of your attempts. – Martijn Pieters Jun 05 '14 at 08:47
-
Its ok, now you have understood what is my issue, please can you give me a solution? – Rajesh Kumar Ranganathan Jun 05 '14 at 09:07
1 Answers
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?".