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 deliver a baseline from one project to another project in UCM?

I am having 2 projects in clearcase UCM as follows Project-200 Project-200.1 In Project-200.1 , We have completed a work and applied a baseline "Project-200.1-1.1.0.0" Now we would like to deliver from Project-200.1 to Project-200. How to deliver…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
1 answer

ClearCase UCM: Need to See Content of Deleted File

Using Clearcase UCM and ClearCase Explorer, I some time ago deleted a file (command-line equivalent would be rmname). I now need to see the content of this file, but of course it is not shown as being in the directory. How may I get at the file's…
Dave
  • 1,519
  • 2
  • 18
  • 39
1
vote
1 answer

ClearCase Checkin trigger doesn't allow deliver

I created a preop checkin trigger that checks the comment to make sure it isn't empty. This works just fine. However, when I do a deliver from the dev stream to the int stream, the trigger stops at the check in process. Is there a way around this?…
Rubasu
  • 379
  • 3
  • 14
1
vote
1 answer

Moving elements in clearcase to be "merge" able

Ours is a typical implementation of clearcase UCM : I have 2 UCM projects each of which represent a release for us. proj2 being created from a stable baseline from proj1 proj1 and proj2 work in parallel and sometimes same elements in both get…
Pulak Agrawal
  • 2,481
  • 4
  • 25
  • 49
1
vote
1 answer

Compiling code on snapshot views of ClearCase UCM

We have a huge codebase with around 27000 files in ClearCase UCM. Our build process is as follows: Copy files from the dynamic view of the stream to the local machine(say directory D:\ABC) Start compilation The next time we compile we clean up…
msiyer
  • 821
  • 6
  • 20
1
vote
1 answer

ClearCase Project / Stream setup

I am new to ClearCase UCM and I am simply curious about Projects/Streams. I have a Mainline project which is a composite baseline of different components. However, with the components, if I would like to have different release versions to break up…
Rubasu
  • 379
  • 3
  • 14
1
vote
1 answer

Activity becomes undeliverable as folder in it was delivered. What could be the remedy?

We are having 2 development stream and an integration stream in our project. Following are the streams ProjName-Int-Stream Bangalore-Dev-Team Madurai-Dev-Team Bangalore-Dev-Team member deleted a folder and created a new folder…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
1 answer

What is the best practise to organize different applications under VOBs

This is a follow up question to this answer: https://stackoverflow.com/a/9579131/1204799 "It is best to create root-based components" If I have several standalone applications (which means their development and deployment are independent),…
Arthas Tsang
  • 91
  • 2
  • 9
1
vote
2 answers

What is the use of component without VOB (Clearcase UCM)?

I was told to create component in UCM. How would you explain a difference between component and VOB to a beginner? Also It asks two option. Components in VOB and Components without VOB. What is the use of having Component without VOB?
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
2 answers

clearcase ucm baseline

Is there any way to get the composte baseline information from the current view in command line . I am using the comand in my script. It's displaying the list of the commands which include composite and ovverride component baselines in my view…
1
vote
3 answers

search the output line and save in variable

How to search word of the output of a shell script and save in other variable . Below command will display the list of baselines in my view . cmd :cleartool lsstream -fmt "%[found_bls]NXp\n" -view $VIEW_NAME Output…
1
vote
2 answers

ClearCase: how to list all the delivery activities between 2 baselines?

I want to list all activities in which we worked between two baselines. The baselines are in the same stream, but each developer is working in his own child stream and delivering their work. There are two similar questions in SO, but they don't…
neves
  • 33,186
  • 27
  • 159
  • 192
1
vote
1 answer

How to clone UCM project?

I am having a project which is to be released this month. My CC admin advised to clone the project in separate project as we want to do another parallel development. How to clone a project from another project (from particular recommended baseline)?…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
1 answer

clearcase baseline_shell script

I am running all ClearCase commands in shell script and every command is redirecting output to a file: cleartool diffbl -act -ver label1 label2 >& data.txt cleartool diffbl -baselines label1 label2 >& data.txt cleartool diffbl -elements label1…
1
vote
2 answers

What is the standard guidelines for activity creation in Clearcase UCM?

What is the standard guidelines for activity creation? In our team, all team members are creating activities by their own. It is not being assigned by team leader. Is it possible to create an activity by team leader then assign it to members? How…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230