clearcase-ucm

Why is the owner of the clearcase activity 'nobody'

大城市里の小女人 提交于 2019-11-26 21:57:30
问题 Why is the owner of the clearcase activity I created is 'NOBODY' but the created by is identified correctly. Is this the reason why I am not able to view the change set as a different user on a different machine. 回答1: Those are representing object (here UCM activities) created by a user with an incorrect CLEARCASE_PRIMARY_GROUP environment variable (ie a group he/she isn't part of, or a group which isn't part of the primary or secondary groups of the vob/pvob of the UCM project). I usually

Describe baseline and expand deliver and rebase activities

烈酒焚心 提交于 2019-11-26 18:39:26
问题 I need to list all of the activities delivered in a baseline but need any deliver and rebase activities expanded. I have tried a script to read the lines and do an "lsact -contrib" but some of the deliveries contain nested deliveries and I have become confused. It would be useful if I could also have the date of the activity as well. I have tried experimenting with "-fmt" but with disappointing results. The reason is that the management want to identify all activities in a baseline that

ClearCase wants to merge unchanged files after deliver to alternate target

ぐ巨炮叔叔 提交于 2019-11-26 17:49:34
问题 Using Rational ClearCase v. 7.0.1.1 with UCM, I have a problem here when using ClearCase's "Deliver from Stream to Alternate Target" functionality. Imagine we have one project integration stream and two developer streams A and B derived from it. Now I change a file in stream A. I want the delevoper owning stream B to be able to use my work without me having to deliver the file to the integration stream yet, so I deliver from stream A to the alternate target stream B. So far, so good. I go on

How to obtain UCM stream and baseline with cleartool?

谁说我不能喝 提交于 2019-11-26 14:39:22
问题 For build logging, I need to obtain the current stream/baseline with cleartool , but I am stuck in determining which command will give me this information. How can I make cleartool tell me which stream/baseline I am currently looking at? It is no problem if the output needs preprocessing or filtering. 回答1: If you are in a view, you can: get the current stream cleartool lsstream -cview get all baselines for a component in that stream cleartool lsbl -comp myComp@\myPVob -stream myStream@\myPVob

Clearcase UCM - Cross delivering vs. delivering upwards?

旧时模样 提交于 2019-11-26 11:38:09
问题 We have two Clearcase UCM streams in a hierarchy at the same level (i.e. same parent stream). If the two child streams are both rebased to the same parent baseline, does that mean that Delivering the activities of both streams up to the parent (one, then the other) Would be equivalent to: Delivering the activities of one child stream to the other child stream, and then simply delivering the one child stream to the parent Is this in fact true? It seems it should be, assuming any manual/user

What is the difference between Full baseline and Incremental baseline in Clearcase UCM?

我的未来我决定 提交于 2019-11-26 10:57:16
I have applied full baseline for my release. for ex. Baseline "MYProj_2.0.0.20". Then testing team found some major issue. To fix that development team has delivered few changes. After completing the build , I have applied the same baseline again "MYProj_2.0.0.20. But this time i have applied Incremental baseline. As per UCM, the baseline MYProj_2.0.0.20 was turned as MYProj_2.0.0.20.3452 (some random number at end to made it unique). Now If i consider MYProj_2.0.0.20.3452 as release baseline, Will it contain all the changes or only the changes (delta change between "MYProj_2.0.0.20" and

What is the difference between Full baseline and Incremental baseline in Clearcase UCM?

巧了我就是萌 提交于 2019-11-26 02:15:29
问题 I have applied full baseline for my release. for ex. Baseline \"MYProj_2.0.0.20\". Then testing team found some major issue. To fix that development team has delivered few changes. After completing the build , I have applied the same baseline again \"MYProj_2.0.0.20. But this time i have applied Incremental baseline. As per UCM, the baseline MYProj_2.0.0.20 was turned as MYProj_2.0.0.20.3452 (some random number at end to made it unique). Now If i consider MYProj_2.0.0.20.3452 as release