Finding which developer activities were delivered in a specific delivery

你说的曾经没有我的故事 提交于 2019-11-28 06:53:28

问题


In ClearCase, how do I find which developer activities were delivered in a specific delivery?

Doing

lscat -long

On either activity doesn't reveal this information.


回答1:


See lsact (cleartool lsactivity):

List activities or baselines that contributed to the change set of an integration activity:

lsact/ivity -contrib activity-selector [...]

The activity selector must be:

activity:anActivityName@\aPVob      # Windows
activity:anActivityName@/vobs/aPVob # Unix

A deliver activity would be named "deliver.xxx", and is the name of nthe activity recording all files modified during the deliver.

That will allow you to find back "Activity1" in the diagram above for the first deliver.




回答2:


Try

cleartool lsact -contrib activity-name

while activity-name is a delivery activity



来源:https://stackoverflow.com/questions/14021499/finding-which-developer-activities-were-delivered-in-a-specific-delivery

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