Tagged Questions

Software development and fundamentals overview using Clearcase UCM

learn more… | top users | synonyms

4
votes
2answers
3k views

ClearCase wants to merge unchanged files after deliver to alternate target

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 ...
3
votes
2answers
137 views

how to detect if there is any check in on a stream after a given time

We use clearcase UCM with 15 vobs. We use cleartool lshistory -all -since "time" -nco vob1/ vob2/src/ vob3/tests/ ...many more... to detect changes since last time. This gives correct result, but ...
3
votes
1answer
1k views

How to obtain UCM stream and baseline with cleartool?

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 ...
3
votes
2answers
277 views

Hudson and UCM ClearCase

I have recently put one of our projects on Hudson using the UCM ClearCase plugin. Hudson works well until a configuration changes and then it hangs at update. In ClearCase the user is prompted and ...
2
votes
1answer
46 views

How to find the username who created latest version of element in clearcase?

I am often getting a request like this. " Find the list of files changed from particular day". I got answer to this as example given below "cleartool find <Vobtag> -version ...
2
votes
1answer
335 views

delivery mechanism, Rational ClearCase

We came up with a stream structure for the Rational ClearCase UCM model. Int -- Prd -- Uat -- Dev ---- Development Stream r1.0 We recently migrated the code base into the new setup. We ...
2
votes
1answer
563 views

Clearcase UCM - Cross delivering vs. delivering upwards?

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 ...
2
votes
1answer
428 views

Clearcase UCM: Does a merge operation create any dependencies between branches

The question may be not very clear as I'm not looking for a solution of a problem but rather seeking to avoid possible problems in the future. Say we have projects A B and C, B and C are based on ...
1
vote
2answers
20 views

What is the standard guidelines for activity creation in Clearcase UCM?

What is the standard guidelines for activity creation? In our team, all team members are creating activities by their own. It is not being assigned by team leader. Is it possible to create an ...
1
vote
1answer
14 views

How to apply baseline for previous version?

I have done a mistake by not applying baseline for one of my release. Now some more changes were done in the integration stream. Is it possible to apply baseline for particular past day's changes. ...
1
vote
1answer
8 views

clearcase ucm activity list between baselines

How to get the list of the activities between two baselines in a file in clearcase ucm ? Cleartool diffbl -lsact -pred latestlable >>activities.txt is the command used .
1
vote
1answer
14 views

How to get the list of the checkin files between two clearcase ucm lables in unix

In clearcase UCM how to get the list of the checkin files between two baselines in linux ? I am using the shell script but it's getting strucked while running the below command ? How to redirect the ...
1
vote
1answer
12 views

Fixing the defect directly in Integration stream. Is it adviceable?

We are having many child streams for our development. Few times we faced a scenario where people wants to do minor fixes. At that time, they will request us to use integration stream directly. Is it ...
1
vote
1answer
18 views

ClearCase; Deliver with overwrite

Suppose streams A and B both are seeded from baseline bl_C_5 of some stream C. From there parallel developments goes in A and B and some point the baseline at A is bl_A_3 and in B is bl_B_6. At this ...
1
vote
1answer
29 views

How to do find posted delivery and deliver it to integration stream?

we are using UCM in multisite environment. Whenever people delivering to mastersite , Some one from mastersite has to do find posted deliveries and then deliver it to integration stream again. Now we ...
1
vote
1answer
30 views

How to symlink view private files in clearcase?

In our clearcase we are having few folders require same contents. We use to have symlink to achieve that. But Now our folders are having view private files, so symlink doesn't do any good. Is ...
1
vote
1answer
15 views

Patch and UCM project

Recently we have released our product. Our team decided to preserve the source code in separate UCM project for patches. If we create a separate UCM project , no one will use it except for patch. ...
1
vote
1answer
32 views

Error: timed out trying to communicate with ClearCase remote server

I got the following error while creating Clearcase UCM snapshot view. Why it occurs? What is the remedy for this? --------------------------- ClearCase View Tool --------------------------- Error ...
1
vote
1answer
21 views

What are all the rules we should follow to reduce merging issues?

After we migrated to Clearcase UCM , we have created stream for each sub team. Often we are facing merging issue as people tend to work with old version without rebase. [ As rebase takes time] Some ...
1
vote
2answers
50 views

How to obtain Changeset of an activity?

We are able copy to clipboard changeset of our activities. But often we need to get changeset of our team member's activities. We are able to see it through GUI. but we would like to copy the list ...
1
vote
1answer
22 views

How to force rebase before each delivery?

We set policy to force rebase before delivery if any baseline is recommended. But we would not recommend baseline everyday. We will do it once in 2 weeks like that. In between recommend baseline ...
1
vote
1answer
35 views

How to obsolete all the delivery tasks?

In our project every day there will be lot of deliveries to integration stream. When i am looking at my integration stream through project explorer UI, It has plenty of delivery-XX activities? Can i ...
1
vote
1answer
36 views

Is clearcase UCM triggers are troublesome in multisite environment

In order to achieve continuous integration , i thought of writing Clearcase triggers. I came to know post operation trigger [after delivered to integration stream] will be useful for me. I just seek ...
1
vote
1answer
49 views

Clearcase UCM is trying to merge pdf files

While delivering to integration stream , Clearcase UCM is trying to merge pdf files and fails. As PDF files no need to be merged, how to solve this? Is it a defect in Clearcase UCM? any work around ...
1
vote
1answer
70 views

how to find root[folder] for each component using cleartool?

How to find root folder in which a component is associated? I am able to find it manually through project explorer -> Components-> properties How to do it using cleartool command. I need it as i ...
1
vote
1answer
57 views

How to describe recommend baseline with pipeline

I am trying to find all the components baselines associated in a composite baseline. I am able to achieve it using following way cleartool desc -fmt %[rec_bls]CXp stream:My_Integration@\My_PVOB (I ...
1
vote
1answer
58 views

How to find list of files created and modified in a UCM stream?

Whenever developer tries to debug the code they wanted to know list of files created and modified from particular day . I use cleartool find command with created_since , but it finds only the files ...
1
vote
1answer
60 views

how to find the list activities delivered to integration stream on a particular day?

We use to take nightly builds irrespective of any files were delivered to integration stream or not. What i would like to do is , find the list of deliveries done on a particular day. If there were ...
1
vote
2answers
32 views

checkin or not checkin which will be preferred in clearcase UCM?

In our build system ,once build is over ,assemblies also will be check-in . But When we were moving to UCM , architects divided in this opininon. Few people supported check-in the compiled assemblies ...
1
vote
1answer
51 views

How to prevent checkout for particular elements in clearcase UCM?

In our project we are following agile practices ( Sprint ). So every day nightly build will be done. We are able to ensure the correctness of build till day before formal build. But unfortunately most ...
1
vote
1answer
69 views

How to find consolidated codecount for UCM component?

We are having 9 UCM Components. we are using some in-build tool to find code count. but we need to use baseline for each component and place it in base clearcase view with those labels in config spec. ...
1
vote
2answers
50 views

How to filter the baselines(UCM) alone from describe command?

As we are having many components , I am trying to describe all the baselines using following command cleartool describe -l baseline:Baseline_2.1.0.13@\My_PVOB It provides output like follows "Build ...
1
vote
2answers
109 views

How to find list of files in changeset(Clearcase UCM) which are not delivered?

In Clearcase UCM When we are delivering an activity to integration stream, it list all the files to be delivered. But is there any way to find the list alone instead of doing real delivery? If i look ...
1
vote
1answer
73 views

How to find modified files in a component using cleartool?

we have created a component in UCM. Many files were changed since but few files were not at all changed after version 1. We can find the list of files using createdsince. but in this case we need to ...
1
vote
2answers
82 views

Powershell to do Clearcase checkin ,checkout,find command?

How to do check-in /check-out /Find and etc operation in Clearcase UCM using powershell. Is there any way custom cmd-lets are available for this?
1
vote
1answer
56 views

Find activity created TODAY in clearcase UCM

I am looking for a way to list all activities created on a specific date lets say TODAY in clearcase UCM. One way I can think of achieving this is by lsactivity -fmt "%n %Ad /n" and then parsing the ...
1
vote
2answers
71 views

ClearCase: Stream maintenance

Who can lock/unlock/obsolete streams (or any other object) in a clearcase project? Do you have to be a privilaged user to perform these operations on streams that you didn't create?
1
vote
1answer
51 views

ClearCase: Difference between delivering and rebasing

Suppose stream B and stream C are child streams of stream A and seeded from the same baseline of A. After parallel development for a while in both B and C, B needs to obtain the codes from the latest ...
1
vote
1answer
24 views

ClearCase: User Roles

According to the ClearCase UCM documentation there are follwoing roles for UCM users: administrator project manager developer release builder Are these just conceptual roles or they are actually ...
1
vote
2answers
127 views

Jenkins UCM ClearCase plugin fails due to rights

I am using Jenkins with the source control plugin name UCM ClearCase. It tries to create a view and fails with the error: [onlysourcecode] $ cleartool mkview -snapshot -stream ...
1
vote
1answer
52 views

How to retrieve stream name by a given view name in ClearCase UCM?

I'm trying to figure out how to retrieve the stream which a given view is belong to. When I use "ClearCase Explorer" and right-click for view's properties, I get its stream name, but I can't find how ...
1
vote
1answer
83 views

Can I diff streams in ClearCase?

Can I perform a diff between the latest versions of the files/directories (or perhaps the latest baselines) in two different streams that may reside in two different projects? The two projects are ...
1
vote
1answer
50 views

ClearCase: Are views created in Unix not visible from Windows and vice versa?

We have a ClearCase UCM project implementation that we access from Windows and Solaris stations. I have created several views on the same stream of the project from the CC project explorer in both ...
1
vote
1answer
32 views

Is it possible to setup a generic stream/view for building releases from any baseline?

Is there a way to set up a single stream/view that can be used to build releases from any existing baseline (new and old) on any stream of a ClearCase UCM project?
1
vote
1answer
52 views

ClearCase UCM: Is it possible to have a temporary view on any given baseline?

Is it possible to open a view (snapshot or dynamic, maybe readonly) on any given baseline (recommended or older) in a stream (integration, development or child) for performing some tasks and then ...
1
vote
1answer
44 views

What happens when an integration stream tries to rebase from or deliver to an integration stream it was seeded from?

Scenario: Integration stream B (of project B) was created by seeding from baseline A_2.5 of integration A of project A). After parallel development in both the streams the current recommended baseline ...
1
vote
1answer
53 views

ClearCase UCM: Is it possible to delete a project?

Can a ClearCase administrator or a project manager delete a project including all its streams, views, baselines, activities etc.? How?
1
vote
2answers
141 views

ClearCase: Is it possible to cancel checkouts not made from your own view?

Can the project manager force cancellation of checkouts of files/directories made in any view/stream/project? How?
1
vote
1answer
72 views

ClearCase single stream UCM project: When are changes visible in a snapshot view?

Consider a single stream UCM project in ClearCase. Each developer works in her own snapshot view on the integration stream of the project. According to the ClearCase documentation when a developer ...
1
vote
1answer
31 views

How to find out where the loaded files of ClearCase views?

We use both ClearCase UCM and base. One of the open questions we have is, how to find out where the loaded files of snapshot views are reside, by a given path of view storage directory? e.g. We have ...

1 2