Proper 'cleartool mkview' for ClearCase Snapshot view creation

后端 未结 2 1838
逝去的感伤
逝去的感伤 2020-11-29 12:32

Good afternoon,

Seems like I am somewhat stuck in CC-land these days, but I have one (hopefully) final question regarding proper CC-handling:

When using the

2条回答
  •  [愿得一人]
    2020-11-29 13:23

    This is usually due to the albd not running.
    Actually, it is running, but ClearCase tries to contact the wrong host.

    Here: Host-local path: Eh40yd4c:D:\Views\battjo6r_view2.vws is highly suspicious.

    Try:

    mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws -host Eh40yd4c -hpath \\Eh40yd4c\Views\battjo6r_view2.vws -gpath \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2
    

    That is: hpath = gpath.

    or, if the first command fails, also (it is simpler and may work)

    mkview -snapshot -tag battjo6r_view2 -vws \\Eh40yd4c\Views\battjo6r_view2.vws battjo6r_view2
    

    Hopefully, ClearCase could determine for itself the host, hpath and gpath.

提交回复
热议问题