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 change configspec of a dynamic view in clearcase for a specific track

I am new to IBM ClearCase. I have a dynamic view with named "current_view". I am able to set it to the default config spec with the below command. cleartool setcs -tag current_view -default . But now I am trying to set it into specific track. So…
Abinash
  • 37
  • 10
2
votes
1 answer

Clearcase rebase Issue from Jenkins

I have a perl script to rebase the recommended baseline to Dev view (Dev view is in M: drive). When i am running the script from command prompt it is working, but the same script is failing when i call from Jenkins. (I am using same username as my…
Java_Sol
  • 83
  • 6
2
votes
2 answers

Unable to open graphical view of an element in clearcase

I am unable to open graphical view of an element in ClearCase. While doing: clearcase lsvtree -g I get: xclearcase : warning: could not load font 'GB2312.1980-0'
Kumar
  • 59
  • 4
2
votes
2 answers

Why Clearcase mkelem infinitely waits in windows?

I am trying to add a file to Clearcase via Cleartool command. I have executed the following command into my "cmd" C:\Users\MyUser\Desktop>cleartool mkelem "Z:\MyApplication\Impl\DataModels\Model\Build.Model.ps1" Creation comments for…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

clearcase UCM: delivering baselines on developer streams

I am currently working in a large project that just finished transitioning to ClearCase UCM, and our stream tree looks like…
2
votes
1 answer

How to permanently change an UCM activity name?

I wanted to re-name my activity name from cleartool command-line using the commands $ cleartool lsact 2016-04-14T17:10:17+05:30 foo_eg1 adam "foo_eg1" $ cleartool rename activity:foo_eg1@/vobs/fw-ucm activity:bar_eg1@/vobs/fw-ucm Renamed…
Inian
  • 80,270
  • 14
  • 142
  • 161
2
votes
1 answer

How to avoid duplication of code using ClearCase UCM components

I thought I understood the concept of components in ClearCase UCM after reading all the posts on here, however, I'm pretty sure I'm missing something. I created two projects A and B that each contain a component, Comp_A and Comp_B respectively, and…
Jozef
  • 303
  • 1
  • 11
2
votes
2 answers

ClearCase - How lock a file only on a specific branch

Can someone to point me to lock a file only on a specific branch in clearcase? Note that i want the same file to be modified in all other branches that other teams working on... Locking the branches as appropriate might help.But it does not sound…
2
votes
1 answer

How to get unique changeset using cleartool command?

I am trying to get the changeset of an activity. "cleartool lsactivity -l Build-Activity.1278" I have used the above command . But the problem is if a same file has more than one checkin ,it shows all of them and also it shows check-in made in…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

Best known method to replace ClearCase dynamic views in GIT

We're in the process of migrating into GIT from CleaCase UCM 8.0.1.3. We have several projects that use dynamic views. and I would like to know, if there are some best known methods and use cases of migrating the use of dynamic views in GIT. The…
Elyahu
  • 226
  • 1
  • 2
  • 15
2
votes
1 answer

C# script for searching the file in Clearcase Vob

I have a file name myfile.txt in my desktop and I want to: check whether this same file name is present or not in my ClearCase vob and if present, then I want to read the file data without checking it out. I want to write a script for that in…
Raj
  • 33
  • 1
  • 1
  • 8
2
votes
2 answers

Unable to perform operation "make branch" in replica of vob

We recently changed mastership of a stream from one site (inh) to another(ies). Things were fine till following error. Now a delivery from child branch to the "moved branch" results in error. Not all merges are problematic. Select directories (or I…
Jayan
  • 18,003
  • 15
  • 89
  • 143
2
votes
1 answer

How to migrate Clearcase UCM/Base VOBs to Git(Stash) with full history?

As suggested here,I am able to get only the repository stucture without history (manual migration), my primary requirement is to migrate with history. I have an approach to migrate to Git with history Via Subversion, I dont want to use SVN as a…
CCUSER
  • 59
  • 6
2
votes
2 answers

How to transfer a project from ClearCase to TFS?

Excuse me for the novice question :blush: How do I detach a project from ClearCase in order to add it to a TFS source control system?
Joezer
  • 625
  • 1
  • 9
  • 20
2
votes
2 answers

vob storage is growing rapidlly on cleartext pool

Our vob storage is growing so rapidly. We used to scrub once a week but nowadays we have to scrub every 8 hrs what could have created this problem? what are the ways to control this? what logs can I look into?
user2370590
  • 837
  • 1
  • 16
  • 31