ClearCase is a commercial CVCS (Centralized Version Control System), with: Decentralized option: ClearCase Multi-Site, with Vobs (Version Object Base) replication Network access to versioned data: dynamic views. It is currently managed by IBM (after being run by Rational)

learn more… | top users | synonyms

1
vote
1answer
14 views

ClearCase Checkin Message

In ClearCase GUI, when I tried to check-in, an empty comment field will be shown, which I can fill in check-in messages. Is it possible to set template for this message? For example, when the team ...
1
vote
1answer
27 views

Clearcase on windows is very slow as compare to the clearcase on Unix?

Our windows cleacase is getting very slow and it takes more than one hour to get down to the user's stream and to create a view. In what way we can boost the speed of clearcase windows? we have tried ...
1
vote
1answer
7 views

Is it possible to break a child stream from it's parent stream and link it to another integration stream?

I would like to link the child stream of an integration stream to another integration stream? Is there any possible way to do this? For eg. Stream A has a child stream a and now, I would like to ...
2
votes
1answer
19 views

How to speed up clearcase static view update?

I have a clearcase static view with many vobs. Unfortunately I cannot use dynamic view. The total amount of data is about 40 Gb. Sometimes I need to update view from command line with minor changes in ...
1
vote
1answer
14 views

How does the Eclipse CDT indexer cooperate with version control?

I use both Git and ClearCase for different projects. I always wonder how the Eclipse CDT indexer cooperates (or not!) with the underlying version control. For example, when you "git checkout" ...
0
votes
1answer
18 views

How can we stop this security hole in PVOB?

Any user can run this command and blow out the vob-registry in the PVOB. cleartool unregister -view -uuid c8b329ed.60814357.9806.26:55:85:75:e2:bf I believe triggers won't work in this case. Is ...
1
vote
0answers
12 views

How do you write a clearcase script that iterates through a list of selected SPRs and determines if there is a conflict?

Everytime we do a build we select a certain list of "Resolved" SPRs to be included. Too often one (or some) of these SPRs was merged on top of an SPR that was not part of the original selected list ...
3
votes
1answer
21 views

Copy commit comments to windows clipboard

I recently saw a nifty hack for ClearCase where the version number was added to the Windows clipboard as part of a commit. The hack look like this: @rem = ' PERL for Windows NT - ccperl must be in ...
1
vote
1answer
23 views

ClearCase UCM - How to get only latest versions from latest baseline

How to get only latest versions from latest baseline - For example, First time in ClearCase, developers check in for the first time, we would have a.zip, b.zip ; ClearCase does the incremental ...
1
vote
2answers
66 views

Revert to original version of a file in git (before even adding)

I am new in Git and my experience is from Clearcase. In Clearcase when I wanted to modify a file, I checked-out the file to make it writable, modified it and if I was not happy with the changes I ...
1
vote
1answer
9 views

Clear Case label error

applying label error cleartool: Error: label type "label_1" not found in VOB "\newvob" and no global type definition can be found. cleartool: Error: Unable to create label "label_1" on "newvob" ...
0
votes
3answers
76 views

How do we diff in git?

When I have a file e.g. x.java in git, how can I see the differences from previous versions in git? In Clearcase we do a diff graphically or from cli? How do we do this in git in cli mode?
2
votes
3answers
77 views

Confused on checking out in Git

I have a trouble understanding the checkout process of Git. Via cli we do: git log and the history. 1) How do we know which file/version is the one we want to check out? I only see ...
1
vote
1answer
16 views

Managing project Clearcase

Language : Java IDE :Eclipse CVS (version control system) ClearCase (Development & Integration Streams) We have recently completed our project. Now, we have two different clients and has to ...
1
vote
1answer
9 views

Testing for file changed inside trigger

I'm integrating clearcase with internal project management tool. I want to call a REST URL after all checkin that match a certain comment pattern. I achive that using CURL in a trigger after checkin ...
1
vote
1answer
16 views

How to add attribute to every file in VOB at element (not version) level

I'm trying to add an attribute to the element for every file in a given VOB, and I can't find the syntax to avoid having the attribute added to the version instead of the element. Here's what I'm ...
1
vote
1answer
38 views

ClearCase transfers mastership of all objects in a directory?

I know that we can transfer mastership of an object like this example: At replica sanfran_hub, transfer mastership of element list.c to the sydney replica. multitool chmaster sydney list.c@@/main ...
0
votes
1answer
20 views

Atrai vs Flexlm License for ClearCase Server 7.1.2 [closed]

I have installed a ClearCase server and license server along with license key administrator. Now I need to apply the license to license server so that I can point to license server from license key ...
1
vote
1answer
21 views

OpenGrok: ClearCaseRepository not working (missing binaries?)

When starting Catalina run, I get the following warning: WARNING: ClearCaseRepository not working (missing binaries?): Any idea, anyone? Thanks, Avi
1
vote
1answer
20 views

Trying to undo a cleartool rm

I was trying to migrate a file from directory A to directory B in a branch, call it file.txt. What I did was: cd A cp file.txt ../B/ ct rm A cd ../B ct mkelem -ci -nc file.txt Thereby losing all ...
2
votes
1answer
28 views

cleacase, cleartool, print branch comment

I need to print the comment (I'm on unix) used when creating a branch and all I found so far is: cleartool describe -fmt '%c' brtype:<branch_name> this is working, but only when I am in some ...
1
vote
2answers
49 views

Jenkins creating a view in ClearCase

I'm working on an automatic build using Jenkins and ClearCase and I have a problem. I wrote a batch script to create a view in ClearCase using the cleartool command mkview. When I execute the script ...
1
vote
1answer
56 views

ClearCase checkout version not selected by config spec

From a snapshot view using base ClearCase, I want to checkout the latest version of a file from a branch that is NOT selected in my snapshot view. I would expect this to be possible, because you can ...
1
vote
1answer
47 views

Find the difference between two clearcase Labels (Need the newly created element as well)

I would like to find the differences between two clearcase labels and I did use this before: cleartool find -all -element "{lbtype_sub(!:1) && lbtype_sub(!:2)}" -version "{lbtype(!:2) ...
1
vote
1answer
32 views

Removing ClearCase vobs

We have a ClearCase server installed on Solaris box and there are several vobs replicated in a multi-site environment. Now as this Clearcase server is becoming old we have setup an new Server on ...
0
votes
2answers
61 views

How would you measure inserted / changed / removed code lines (LoC)?

My question concerns LoC metrics. I have to provide statistics of inserted, changed and removed lines. My users use ClearCase and the example below based on it, however I believe that my question is ...
1
vote
1answer
16 views

get elements of a label with version before LATEST

This command gets elements of a label with latest version: cleartool find . -element "{lbtype_sub(LABEL1) && version(/main/LATEST)}" -print how do I get elements of a label with version ...
1
vote
1answer
20 views

Does creating symlink from another symlink in clearcase is advisable?

In my clearcase view , I copied a symlinks from one component to another component thought that symlink will always point to target file. But when i see the property it is referring the parent ...
1
vote
1answer
30 views

Get elements of a label which is present only in the current version but not in any other previous versions

how do I get elements of a label which is present only in the current version but not in any other previous versions?
1
vote
1answer
36 views

Unable to add to source control as load state is update cancelled

we are using snapshot view (UCM). While we tried to add source control a folder it fails with following error. Rational ClearCase Explorer --------------------------- Error adding ...
1
vote
2answers
38 views

ClearCase command won't run in script

I am trying to automate ClearCase check-ins via a ksh script. There is a strange issue where the following command will not run while it's part of the automation script, but runs fine if I paste it ...
1
vote
1answer
29 views

Search labelled changes which are not dev-released in clearcase

I have a VOB with 4 labels. 3 of them are dev-released. I want a command which will give me the changed files only for the fourth label, i.e. files which are not yet dev-released. I tried the ...
1
vote
1answer
57 views

Config spec in ClearCase

I have tiny question about ClearCase. Help me please! When does config spec start to work? When I click CHECK OUT or CHECK IN ? I have test.c and I have config spec element * CHECKEDOUT element * ...
2
votes
2answers
102 views

using perl script to invoke cleartool commands using fmt

I use Perl scripts to run commands for several users in several VOBs on ClearCase. I have a list of the VOBs which I read in from a text file. I then loop on that list and do whatever ClearCase ...
1
vote
1answer
47 views

How to find clearcase symlinks?

Currently, I have to wait for a symlink error when updating a clearcase view. I then take the name for the broken symlink and search for it specifically. is there a way to find all broken symlinks, ...
2
votes
1answer
72 views

ClearCase delete view private files only

Is there any was to delete only view private files in CC dynamic view. There are a bunch of eclipsed files and view private files in my view. I need to delete only view private files and retain ...
1
vote
1answer
22 views

Error updating clarcase snapshot view on Linux

I have a snaphot view on linux and trying to update it, but i'm getting error like this. cleartool: Unable to access "/vobs/myvob/myfolderinvob": database timed out Does anyone can suggest what to ...
1
vote
1answer
15 views

ClearCase: Moved file's location in views on Old label

Lets say I did the following in ClearCase: 1) Applied a label to a view. 2) Moved a file from one directory to another and modified my build related files accordingly. 3) Create a fresh view on the ...
1
vote
1answer
24 views

Clear quest - Need to query Named lists

My requirement: i need to add a new value to the Named lists(in CQ, edit ->Named lists ->Build Number) using cq perl. Please help me in this.
1
vote
1answer
31 views

how to modify the softlink created and checked in

I have created a softlink in vob myscript.pl ->/usr2/myscript.pl and checked in. now i need to change the path of softlink like, myscript.pl ->/usr2/john/myscript.pl How to achieve this, ...
1
vote
1answer
42 views

run cleartool findmerge on multiple files being read from a separate file in a loop

I'm trying to run findmerge in a loop to merge a specific set of files whose locations are stored in a text file. Something like below: while read p; do cleartool findmerge $p -type f -fversion ...
1
vote
1answer
31 views

rsync local code with a remote clearcase dynamic view

I want to syncrhonize a local path with a dynamic clearcase view hosted in a remote machine only accesible through ssh: local:/me | <== ssh == | me@remote_host:/vobs/me/view_1 Those familiar ...
1
vote
1answer
25 views

ClearCase dynamic view doesn't show empty files

We usually use snapshot views and they work just fine. However, I tried to use a dynamic view recently and doesn't show empty files in the working directory. We use Python so namely, it doesn't show ...
3
votes
1answer
41 views

find last merge done to a branch clearcase

I have two integration branch int_1 and int_2. In the time there has always been merged from int_1 to int_2. I want to know when was the last time a merge was done on int_2 branch from int_1 ...
1
vote
1answer
42 views

ClearCase - Is it possible to see new files in integration branch without merging?

I am still new to using ClearCase, so please pardon if this question is (for a lack of a better term) dumb. I tried searching first, but am having trouble describing / finding info about it ...
2
votes
2answers
21 views

how to uncheckout a checked in directory in clearcase

I have checked out a directory, modified some files and checked in the directory Is there a way to revert back the checked in directory and start with original directory Thanks in advance.
1
vote
1answer
35 views

How to realize the “cp -u” function in a clearcase vob?

We have two vobs which are "voba" and "vobb". And there is a directory "abc" in both vob and contains the same .h / .cpp files. Usually, the files in "abc" dir in "voba" are updated quite frequently. ...
1
vote
1answer
17 views

List of unregistered views

We have a large number of unregistered views that still have tags. We are wanting to remove these tags and views. Does anyone know of a way to create a list of views which are unregistered with ...
2
votes
1answer
44 views

Maven and Clear Case

I'm new to Continuous Integration and I'm looking for any briefed sum of the basic concepts of working both with Maven and Clear Case while using Eclipse environment for developing in Java. All the ...
1
vote
1answer
28 views

Are there any perl script for to check the newly added vobs and modules in base clearcase

Are there any perl scripts to check the newly added vobs and modules in base clearcase?

1 2 3 4 5 21