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

How to rename member baseline? Is it acceptable practice?

I have applied baseline for a component via cleartool. (we are using clearcase UCM). I mistakenly put the wrong baseline name and i am unable to apply another one as it says no changes were done. How to rename the baseline name in UCM ? (I tried via…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
3
votes
1 answer

cleartool: How to list all labels in a stream chronologically?

I want to list all the labels applied to a stream in a chronological order. Ideally, I would like one like the following for each label:
Arun
  • 19,750
  • 10
  • 51
  • 60
3
votes
1 answer

How to checkout the folder of a previous Revision Node in Clearcase using C#

I have folder in ClearCase which has two Revision : Rev.1 & Rev.2. I want to checkout the Folder of revision 1 using C#. I am using ClearCasedll to checkout the file. But its always checked out only the latest Revision Folder (meaning Rev.2).
3
votes
1 answer

Is it possible to transfer the activities from one stream to another [within same replica]?

We are having multisite clearcase environment. Within a site we are having multiple streams. Is it possible to transfer an activity from one stream to another [wtihin same replica]?
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
3
votes
1 answer

Error while updating ClearCase snapshot view

I have one user (only one, all the others are fine) trying to update their ClearCase view. It has worked for them for the last 6 months up until today. When they update, they get: Unable to read directory "." Permission denied Errors were…
Rubasu
  • 379
  • 3
  • 14
3
votes
1 answer

Why the ClearCase UCM plugin in Jenkins is unable to find any baseline?

I'm trying to set up Jenkins (v1.47) to build a project using the ClearCase UCM (v1.1.2) plugin. With the following config (names changed to protect the innocent): Stream: project_dev_build@\company_pvob
Component:…
3
votes
1 answer

Undo a delivery n clearcase?

is there a way to UNDO a Clearcase delivery after it has been completed? I saw a post that was close but it was still being delivered. I want to undo a delivery thqt has been completed (if possible); it was delivered from child stream to parent…
Go Bucks
  • 151
  • 6
3
votes
1 answer

Typical best-practice ClearCase project structure

During a development project, the delivered code can go between different stages different environment before it reaches the production (e.g. Development Environment for testing deployment processes, Internal Testing for QC, Pre-Production and…
2
votes
2 answers

CCRC: Synchronize view with stream from command-line

The config spec of a CCRC view can be synchronized with the stream from CCRC eclipse UI by calling 'Refresh->Update from repository'. I wanted to know if there is a way to do it from command-line. I have tried 'rcleartool update' command. But I…
Veera
  • 266
  • 1
  • 8
2
votes
2 answers

Is there any way to pass (Powershell) secure-string credentials to runas command?

I would like to invoke Clearprojexp.exe as runas different user. I was trying to use as follows in my powershell prompt runas /noprofile /user:Domain\UserName Clearprojexp -credential (Powershellfile.ps1 -get "E:\EncryptedPwd.txt") But it asks to…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

What are all the steps to migrate from Base clearcase to UCM?

We have to migrate from base clearcase to UCM. We have to move our Vobs from Base clearcase to Clearcase UCM. Few of the steps were suggested by other teams. Create PVOB Create Project under it Then they asked to move all the VOBs. Can we simply…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

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

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 creating view -- 'My_SnapView'. Unable to get host…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

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 -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30)}" -print" But…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
1 answer

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 need to create config spec which can be applied in…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1 2
3
29 30