Proper 'cleartool mkview' for ClearCase Snapshot view creation

后端 未结 2 1828
逝去的感伤
逝去的感伤 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:17
    cleartool mkview -snapshot -tag <tag_name> -vws \\<computer_name>\<views_folder>\<view_name> <path_of_localstorage>
    

    For details you may follow this link.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题