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
1
vote
1 answer

Multiple projects or VOBs?

I just took over a ClearCase UCM admin position recently, so any input on this post would be great. We are currently using one VOB with one project. Say the project that we are working on is the software for a Car, CAR X. Right now, there is one…
Rubasu
  • 379
  • 3
  • 14
1
vote
1 answer

What does mean by elements are skipped due to visible?

In Clearcase UCM , I was trying to do inter-project delivery. When delivery is about to be over, it shows some warning. 3 elements were skipped because they are not visible. You should determine why they are not visible before you complete this…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
1 answer

Managing clearcase workflow in github

I am having hard time devising a workflow for github now that we have swtiched over from clearcase ucm to github. In clearcase ucm, I just had a development stream and an integration stream. all developers check in under dev stream which finally…
user2636464
  • 685
  • 7
  • 17
0
votes
2 answers

Not able to deliver ucm files

I have clearcase ucm with one int and two dev streams A and B. Two developers are working on two dev streams and modifying the same file. A delivers to int and its code is built. The next time when I try to deliver B, it shows a conflict and while…
user2636464
  • 685
  • 7
  • 17
0
votes
1 answer

Lock clearcase label type using korn shell scripting

I am trying to lock the label type using korn shell script but I am not able to lock. As I am new to Korn scripts can some one help me. Here is my current code: cmUsers="user1,user2"; myuserName=$ENV{LOGNAME}; #checking whether current user is part…
rohit
  • 1,329
  • 2
  • 8
  • 10
0
votes
1 answer

ClearCase Remote Client query

The old version of ClearCase Remote Client 7.1, the menu "Add resources to source control" was always active , it would scan through the library and add any uncatalogued elements to ClearCase. However when ClearCase Remote Client is upgraded to…
0
votes
1 answer

How to lock all the streams under integration stream in clearcase in UCM?

How can I lock all the streams under integration stream in ClearCase UCM?
sohani
  • 11
  • 1
0
votes
2 answers

How to copy the contents of a label in Base clearcase VOB?

We want all label contents of Base Clearcase VOB. I created a View for the VOB and edited the config.spec document as element * checkedout element * label_ID element * /main/latest But it brings all the components associated with the VOB and not…
CCUSER
  • 59
  • 6
0
votes
1 answer

How to debug the error "The requested property 'current-activity' is not available"?

My Project is using IBM ClearCase as version control tool. I recently checked in some of the files, modified them and even checked out the modified files. Next day when I try to check in some of the files, I am getting the following error : the…
Arun
  • 3,701
  • 5
  • 32
  • 43
0
votes
1 answer

ClearCase moving triggers scripts to another location

I have to move the trigger's scripts from one server to another, on both linux and windows. As far as i know i have to use the ct mktrtype command with the -replace parameter, I've read on IBM web site that i have to use the same command that was…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66
0
votes
2 answers

Clearcase UCM. Unable to deliver

I created a new development stream out of an Integration stream. On the dev stream I created a dynamic view and an activity. I then added a new directory to an existing directory using clearfsimport. e.g. cd to the parent directory where I want to…
0
votes
1 answer

How to find all the component root folder in a vob?

I have asked this question long back and the answer was given. Now i would like to get all the component root folder in a vob. The answer in that question was if i give the component name ,it will give the root folder. But now my vob contains…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
1 answer

Disaster recovery plan for ClearCase

I have been asked to create DR plan for Clearcase. I have the vobs backed up to the DR Server. What else would I need for DR? Thanks
0
votes
1 answer

IBM Rationale Clearcase label

I'm new to scripting. I came across this, I have to create a label for file while checking out I tried command mklabel but it did not work for me. I think I'm not using it in right format. I work on Unix environment and version control is Rationale…
0
votes
1 answer

Error while running two builds at the same time

Does anybody knows why there's an issue while running two builds at the same time on the same build server? I have the following error: cp: cannot create regular file `/tmp/tmpdir_ap/ck/up/config/launcher.11': Permission denied PKG ERROR…
user2370590
  • 837
  • 1
  • 16
  • 31
1 2 3
29
30