ClearCase create a web view with CAL or clearTool

349 views Asked by At

I need to create a web view on windows via cleartool or CAL, I know how to do it via ClearTeam explorer but I can't find the exact command that will perform the same with the same parameters I provide via the GUI:

Parameters:
view tag - view_tag
copy area path name - c:\temp\view_tag
server url - http://.../ccrc
user name
password

I tried a lot of cleartool mkview combinations but not luck so far

1

There are 1 answers

4
VonC On

The rcleartool mkview command does mention web views with:

rcleartool mkview [ –tag web-view-tag ] [ –tmo/de { insert_cr | transparent | strip_cr } ]
       [ –str/eam stream-selector ] copyarea

For a web view, it creates a copy area.

Again, this is using the rcleartool (ClearCase remote client command-line interface ), which means you will need to use first:

login [ –lna/me login-name ] [ –serv/er server–url ] [ –pas/sword password ]
      [ –proxy_lna/me proxy–login–name ] [ –proxy_pas/sword password ]