Base ClearCase path meaning

六眼飞鱼酱① 提交于 2019-12-10 10:42:43

问题


/vobs/trms/NVaR/DSR/simulationEngine/common@@/main/2/nVARUTL.cxx@@/main/nz_mig/1

Can someone explain the meaning of the above line?

Jim


回答1:


This is an extended pathname which references:

  • the version 1 of nVARUTL.cxx in branch main/nz_mig,
  • itself accessible in the version 2 of the folder common in branch main

See more at "pathnames_ccase".

The @@ references the element (common or nVARUTL.cxx), followed by their versions (branches/version).

element-pname@@version-selector

Since the path starts with /vobs, it means you are accessing that version through a view set (cleartool setview) on Unix.

See as an example "About the version-extended path"


Note that each elements are selected by their own versions.

So your config spec shows only the versions of nVARUTL.cxx: /main/nz_mig/1, with branch nz_mig coming from main/14:

This has nothing to do with the version of the parent folder common.

That parent folder 'common' is selected by the version /main/2.



来源:https://stackoverflow.com/questions/23527814/base-clearcase-path-meaning

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!