list elements by activity

老子叫甜甜 提交于 2019-12-01 12:40:33
  • For "label" (I suppose "UCM Baselines" since you mention "activities", which exist only with UCM):

The easiest way would be to configure a config spec for a dynamic view:

element * MY_BASELINE

in order to quickly access the right files.

  • For activities, you could (if there is not too much files involved), list the exact versions of each activities you want:

    cleartool descr -l activity:my_actity@\pvob

and parse the result to grep/awk only what you need.
You need only to do this within a dynamic view (any dynamic view): the activity will contain a list of extended pathnames, meaning you will be able to access and copy each version through that myFile@@/main/myBranch/myVersion path.

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