문제

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.

도움이 되었습니까?

해결책

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.

deliverss

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

다른 팁

Try

cleartool lsact -contrib activity-name

while activity-name is a delivery activity

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top