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
11
votes
1 answer

Difference between branches and streams in ClearCase?

What is difference between branches and streams in ClearCase?
Raman
  • 1,507
  • 3
  • 15
  • 25
11
votes
3 answers

Save history from Clearcase to Git?

At my company, we are transitioning (fully) from ClearCase UCM to Git. We will not be using Clearcase after some time using Git. In the transition, are there any good tools that will bring the history from ClearCase into Git somehow? Also, I have…
Rubasu
  • 379
  • 3
  • 14
7
votes
2 answers

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 two developer streams A and B derived from it. Now…
Jan
  • 2,480
  • 2
  • 17
  • 19
6
votes
1 answer

How to delete clearcase views created by other users?

My friend who recently left our organisation also left his ClearCase view undeleted. Now we wanted to delete it. I was trying to delete but it did not allow. It said: Unable to remove "\\hostname\viewsharefolder\Viewname.vws" Operation not…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
6
votes
2 answers

Adding files to sourcecontrol on linux using cleartool

I have a file that i want to add to sourcecontrol on linux using cleartool . I've followed the IBM documentation for this, i've tried this: cleartool mkelem testScript.sh I got an error: Can't modify directory "." because it is not checked out. I…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66
5
votes
4 answers

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

Clearcase issue while "add file to source control"

I am facing a following issue while adding a file to clearcase (UCM) --------------------------- Rational ClearCase Explorer --------------------------- Error adding…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
5
votes
1 answer

Reuse a ClearCase view

I would like to reload a view (which was created previously) instead of creating a whole new one. Two scenarios: 1 - Hard drive crashes and the local view isn't there anymore. 2 - A new laptop is set up with ClearCase. In either (or both) of these…
Rubasu
  • 379
  • 3
  • 14
4
votes
1 answer

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

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…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
4
votes
1 answer

What's the syntax to remove a baseline in ClearCase?

It looks like I can remove a just created baseline from ClearCase UCM with a simple command: $ cleartool rmbl p_xxx_main_2_0_3_1 but this gives me the error: cleartool: Error: Unable to find baseline "p_xxx_main_2_0_3_1". cleartool: Error: Unable…
neves
  • 33,186
  • 27
  • 159
  • 192
4
votes
2 answers

Clearcase Albd service not available

After Windows 10 update , Clearcase ALBD service is not available anymore and i can't seem to find it either, is there a way get back albd service to work instead of uninstall and install Clearcase
AILY
  • 345
  • 2
  • 3
  • 16
4
votes
1 answer

ClearCase Common Workflow Example

I am working with ClearCase and I am very new to the tool. I find it confusing and cumbersome compared to other source control, like git with svn, for example. I was wondering if someone could walk through a typical workflow. So right now we have a…
CodyK
  • 3,426
  • 4
  • 36
  • 52
4
votes
1 answer

IBM Rational Rhapsody Generated Files

I am trying to create an IBM Clearcase development view with a Rational Rhapsody project and need to classify all the private files as checked-in files or generated files. From what I know all of the .cpp, .h and .o files are auto generated but…
William Dussault
  • 375
  • 2
  • 17
4
votes
1 answer

How to merge changes from a specific UCM activity from one ClearCase stream to another

This should in theory be quite simple, i.e. merge the changes from a specific UCM activity from one stream to another. I had thought that I might just be able to use the Deliver command in the GUI and then select just the required activity to…
Paul R
  • 208,748
  • 37
  • 389
  • 560
4
votes
1 answer

How do I retrieve previous or old version in CCRC 7.1.2

I am using CCRC 7.1.2 to access UCM project and I could not see any option in CCRC to load previous version. Version Tree tab also do not have any option to it though it shows all version.
RaG
  • 317
  • 7
  • 19
1
2 3
29 30