Questions tagged [clearcase-ucm]

Unified Change Management (UCM) is a structured development process that is based on Rational ClearCase tools. When using UCM, developers participate in a structured workflow using high-level operations that eliminate the need to deal directly with individual branches and versions of files and directories.

Unified Change Management (UCM) is a structured development process that is based on Rational ClearCase tools. When using UCM, developers participate in a structured workflow using high-level operations that eliminate the need to deal directly with individual branches and versions of files and directories. Before developers can start using UCM, a project manager must define one or more UCM projects. The project manager creates the project as an object in a project VOB. This object contains only the metadata (for example, components, activities, policies) needed to manage and track the work on a product. It does not contain any project resources (source code, documentation, and so on).

Homepage

Software development and fundamentals overview using Clearcase UCM

438 questions
2
votes
1 answer

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 would save the receommended baselines in some…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

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 13" master replica: My_PVOB@\My_PVOB owner:…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

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 into change set it has all the files which were…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

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?
2
votes
1 answer

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 output using a batch/ant script to extract the…
Pulak Agrawal
  • 2,481
  • 4
  • 25
  • 49
2
votes
2 answers

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 ROLE_Test_Project_DevSG@\Vobname -tag SYSTEM_master_Test_ROLE_001_hudson…
Pulak Agrawal
  • 2,481
  • 4
  • 25
  • 49
2
votes
1 answer

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 basically branches of the same software and I need…
Raihan
  • 10,095
  • 5
  • 27
  • 45
2
votes
1 answer

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 Windows and Solaris. But when I go into the…
Raihan
  • 10,095
  • 5
  • 27
  • 45
2
votes
1 answer

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 remove the view when done? How?
Raihan
  • 10,095
  • 5
  • 27
  • 45
2
votes
1 answer

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?
Raihan
  • 10,095
  • 5
  • 27
  • 45
2
votes
1 answer

How to do code merge from one branch to another in ClearCase

I an new to ClearCase and started studying the ClearCase documentation. UseCase : I have two branches - 'Branch_A' and 'Branch_B'. I need to merge all my changes from 'Branch_A' to 'Branch_B' I won't be able to use the ClearTeamExplorer, so only…
2
votes
1 answer

How generate a report of diff between two baselines in Clearcase UCM?

I am trying to generate a report of what changed (files and lines of code) between two baselines. I was able to see the activities and versions but is there a way to print out, say each file name and the diff of the versions between the two…
Naveen
  • 87
  • 2
  • 7
2
votes
2 answers

Why is a label applied to my version when baseline is incremental

I have a version of an element in an integration stream, that looks like this: .\vob\compdir\example.cpp@@\main\example_is\1 This version has a multitude of labels applied to it. When I look up the baselines, which this labels belong too, then I…
andy meissner
  • 1,202
  • 5
  • 15
2
votes
1 answer

Java ClearCase Update on a HTTPS Server

I am trying to automate ClearCase, so I can do automatic building. The first step is to update a view by script. I am trying this with the following Java code: StpProvider provider = (StpProvider) ProviderFactory.createProvider( …
2
votes
1 answer

Change set predecessor using cleartool

Eventually I'd like to find out how to diff a version in an UCM activity with the change set predecessor, using the command prompt, assuming there is more than one version for the same file in the activity. I already know how to get all the versions…
FireAphis
  • 6,650
  • 8
  • 42
  • 63