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

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 had three different code bases, i.e. three…
kadaba
  • 87
  • 1
  • 9
2
votes
1 answer

UCM: How to create dynamic view (base clearcase) on arbitrary incremental baseline

Currently we use ClearCase UCM.. I am trying to evaluate possibility of using git in our project. I decided to create large repo with past three years changes from an integration stream. The pvob has 12 vobs under it. For purpose of…
Jayan
  • 18,003
  • 15
  • 89
  • 143
2
votes
1 answer

create and recommend clearcase UCM baseline

I am in need of a script(Batch) which is suppose to create a baseline and recommend it on all components. Please help if anybody have it. I am using following commands cd M:/view_name ct mkbl -all -full -ident -c "baseline comment" baseline_name…
user3232823
  • 1,867
  • 3
  • 18
  • 27
2
votes
1 answer

script doesn't run while executing in clearcase

I am trying to execute the following build script and it is returning no error but it is not executing the script inside it. there is a view tag with the following name. it can be seen with cleartool lsview . I can do cleartool setview…
user2370590
  • 837
  • 1
  • 16
  • 31
2
votes
1 answer

Opening ClearCase Activity Properties window from command line

I'm sure I was able to pop up the ClearCase Activity Properties window from the command line at one point. Does anybody how to make this happen? Thanks!
ChrisC
  • 1,161
  • 12
  • 26
2
votes
2 answers

we are migrating to clearcase from SVN. Is it possible to retain version history?

We are migrating from SVN to clearcase UCM due to our organizational policy. We were told that version history will not be retained. But we are afraid that we will lose valuable information. Is there any way to migrate to clearcase with version…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

permission denied while doing cleartool setcs in windows

I have a problem with "cleartool setcs -stream" command? It generates the following error cleartool: Error: Unable to copy "\\nyatc\rrs\view_store\gsm\jpillo\jpillo_atc_1.vws\config_spec" to…
user2370590
  • 837
  • 1
  • 16
  • 31
2
votes
2 answers

cleartool Unable to determine modified elements in "" in stream ""

I am using ClearCase UCM - Multisite (version 7.x) When I rebase a partcular stream, I get following error. cleartool Unable to determine modified elements in "" in stream "" Advancing to baseline "temp2.6922" of component…
Jayan
  • 18,003
  • 15
  • 89
  • 143
2
votes
2 answers

How to find the list of files changed after latest baseline in UCM?

I have to verify whether any elements are changed in a component vob after the last baseline in applied. I was trying to find the cleartool command for that but i got upto "finding the list of files changed after a particular date " . Is there any…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

Clearcase UCM: rebase fails - error (apparently) is a lie - what's the root cause?

I have a rather standard setup with a development stream (devStream) that delivers to and rebases from an integration stream (intStream). I have a file in my development view (devView) that I can checkout, modify, and checkin normally. However, when…
Khanmots
  • 181
  • 1
  • 10
2
votes
2 answers

How to list only the name of the baselines in UCM ClearCase?

If I do: cleartool lsbl -stream stream:mystream@\mypvob That will lists the baselines with details. But I want to list only the name of the baselines. Is there anyway I can do that?
user_new
  • 147
  • 1
  • 2
  • 9
2
votes
3 answers

how to undo hijacked files in clearcase?

I have this strange hijacked file in my snapshot view. when I undo it, it doesn't go away. Is there a way to un-hijack it. I already tried undo-hijacked but didn't work. I should see .keep file if it unhijacked but didn't see any. Also tried to…
user2370590
  • 837
  • 1
  • 16
  • 31
2
votes
1 answer

ClearCase UCM: Get latest version from Dev-stream

I'm stuck over the config spec for a dynamic view. I try to get the latest version of a folder of a UCM stream from the Dev-stream into another (Base) dynamic view. My idea would have been to do a element PathToFolder/...…
user2606240
  • 641
  • 1
  • 6
  • 20
2
votes
1 answer

Why is the owner of the clearcase activity 'nobody'

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.
clearcase
  • 91
  • 6
2
votes
1 answer

can't create clearcase component?

I can create ClearCase UCM component from ClearCase project explorer but can't create it through command line. This is what I have used: cleartool mkcomp -nc -root /vobs/spider1_pvob/bat1 bat1@/vobs/spider1_pvob cleartool: Error: Unable to resolve…
user2370590
  • 837
  • 1
  • 16
  • 31