Tagged Questions

Cleartool is the command line interface of IBM Rational ClearCase toolsuit for software configuration management.

learn more… | top users | synonyms

10
votes
10answers
11k views

Any way to use a custom diff tool with cleartool/clearcase?

I'd like to use my own diff when working in a clearcase snapshot view. As far as I can see, there is no way to specify a diff tool when running "cleartool diff", so I was thinking I could run ...
8
votes
2answers
5k views

How to list all my check-ins using ClearCase?

Is it possible to get a list of all the check-ins I've made within a given source code directory tree using cleartool? If possible I'd like to see when the check-in was made and the file version. I'm ...
4
votes
1answer
46 views

How to indent multi-line clearcase comment using cleartool format (-fmt)

Is it possible to re-create standard "desc" command indenting of comments using cleartool format string? Example: cleartool desc <version> outputs something like version "<extended version ...
3
votes
2answers
130 views

how to detect if there is any check in on a stream after a given time

We use clearcase UCM with 15 vobs. We use cleartool lshistory -all -since "time" -nco vob1/ vob2/src/ vob3/tests/ ...many more... to detect changes since last time. This gives correct result, but ...
3
votes
1answer
1k views

How to obtain UCM stream and baseline with cleartool?

For build logging, I need to obtain the current stream/baseline with cleartool, but I am stuck in determining which command will give me this information. How can I make cleartool tell me which ...
3
votes
3answers
8k views

ClearCase: Find files having exactly one specific label and not more

I'd like to find files in ClearCase that are labeled with a specific label but that do not have any other labels set. For example, if I have files labeled like this: file1 LBL_A, LBL_B file2 LBL_A ...
2
votes
2answers
26 views

Clearcase View name duplicated by appending @@.Why?

I have created base ClearCase view named codecountview, it was created by cleartool command. Now under M: drive, I am having 2 view (as follows) with the same configspec. CodeCountView@@ ...
2
votes
1answer
56 views

Cleartool: How to apply label to files which are in my current view only?

I could not find the proper command to apply a label to files which are in my current view. I have tried the following command: cleartool mklabel -r TEST_LABEL /vob/test/a However, the problem is ...
2
votes
1answer
385 views

Display Current Baseline with Cleartool

How can I view the baseline on which the current view is based? I could find information only on how to view the currently recommended baseline for a stream cleartool desc -fmt %[rec_bls]CXp ...
2
votes
1answer
121 views

In ClearCase, is there a way to find out if a file is locked?

In ClearCase, is there a way to find out if a file is locked without checking out the file?
2
votes
2answers
241 views

How to checkout files from the command line and show UCM new activity GUI if neccessary

I want to checkout some files from a batch script, but since we use UCM checking out files needs to be associated with an activity. Is there an easy way to show the GUI for creating/selecting an ...
2
votes
1answer
673 views

Code Review - Clearcase - How to get a list of files a user modified since another label?

I'd like to create a dynamic view that only shows the files a user created/modified for a particular label. Right now, I am listing all of the files in the label and comparing that with the previous ...
2
votes
1answer
187 views

ClearCase: How to find files which was not labelled as “Label_Name” on CURRENT Version filtered by config spec

For example, the current config spec is "element * /main/LAETST". there is a file -"A.txt", current version is 3 and a label named "LB" was applied on its version 2 before. I wanna a cmd to query all ...
2
votes
2answers
954 views

How to get cleartool diff to return to command line while diff viewer is still open?

As described in one of the answers to SO question "Any way to use a custom diff tool with cleartool/clearcase?" I have installed WinMerge and a single diff opens fine in WinMerge based on a command of ...
2
votes
2answers
4k views

Clearcase list of files in a label

We currently use clearcase on a project, and there is an HTML file that was generated with clearcase that contains all of the filenames of the files that were included in a label. I am supposed to ...
2
votes
2answers
3k views

Proper 'cleartool mkview' for ClearCase Snapshot view creation

Good afternoon, seems like I am somewhat stuck in CC-land these days, but I have one (hopefully) final question regarding proper CC-handling: When using the CC View Creation Wizard with the two ...
1
vote
1answer
11 views

Need to make changes to repository structure

I need to log in to a clearcase repository via command line and make some basic changes. Do I need to use cleartool for this, or can I log in via putty ?
1
vote
2answers
24 views

How to obtain Changeset of an activity?

We are able copy to clipboard changeset of our activities. But often we need to get changeset of our team member's activities. We are able to see it through GUI. but we would like to copy the list ...
1
vote
2answers
26 views

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 <Vobtag> -version ...
1
vote
1answer
22 views

How to obsolete all the delivery tasks?

In our project every day there will be lot of deliveries to integration stream. When i am looking at my integration stream through project explorer UI, It has plenty of delivery-XX activities? Can i ...
1
vote
1answer
44 views

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 ...
1
vote
1answer
41 views

How to describe recommend baseline with pipeline

I am trying to find all the components baselines associated in a composite baseline. I am able to achieve it using following way cleartool desc -fmt %[rec_bls]CXp stream:My_Integration@\My_PVOB (I ...
1
vote
1answer
24 views

how to find checked out files in a clearcase (windows) snapshot view?

On Unix in a dynamic view, I run the following to find checked out files: cleartool lsco -s -cview -me -avobs In a windows snapshot view, this use of -avobs doesn't appear to work. On a vob by vob ...
1
vote
1answer
39 views

How to find list of files created and modified in a UCM stream?

Whenever developer tries to debug the code they wanted to know list of files created and modified from particular day . I use cleartool find command with created_since , but it finds only the files ...
1
vote
1answer
35 views

how to find the list activities delivered to integration stream on a particular day?

We use to take nightly builds irrespective of any files were delivered to integration stream or not. What i would like to do is , find the list of deliveries done on a particular day. If there were ...
1
vote
1answer
35 views

How to prevent checkout for particular elements in clearcase UCM?

In our project we are following agile practices ( Sprint ). So every day nightly build will be done. We are able to ensure the correctness of build till day before formal build. But unfortunately most ...
1
vote
1answer
27 views

Clearcase config spec behaves odd when using setcs command

I have config spec stored in a text file . Following are the content element * CHECKEDOUT element ...\lost+found\... -none element \My\... MYF_R2.1.0.9.5179 element \My\... My_2.1.0.13.4875 element ...
1
vote
2answers
37 views

How to verify view's occurence before creation

I created a view using cleartool command. cleartool mkview -tag code-count-view -nsh $ccViewspath+$ccViewName But as it is added as part of script while executing next time , i am facing issue says ...
1
vote
1answer
35 views

ClearCase: Stop making baseline if there are checkouts

I'm using cleartool to make baselines in my stream, using cleartool mkbl -full <baseline-name> If I have files checked out in my view (in my case, always an oversight), I get the warning ...
1
vote
1answer
54 views

How to find consolidated codecount for UCM component?

We are having 9 UCM Components. we are using some in-build tool to find code count. but we need to use baseline for each component and place it in base clearcase view with those labels in config spec. ...
1
vote
2answers
38 views

How to filter the baselines(UCM) alone from describe command?

As we are having many components , I am trying to describe all the baselines using following command cleartool describe -l baseline:Baseline_2.1.0.13@\My_PVOB It provides output like follows "Build ...
1
vote
2answers
77 views

How to find list of files in changeset(Clearcase UCM) which are not delivered?

In Clearcase UCM When we are delivering an activity to integration stream, it list all the files to be delivered. But is there any way to find the list alone instead of doing real delivery? If i look ...
1
vote
1answer
51 views

How to find modified files in a component using cleartool?

we have created a component in UCM. Many files were changed since but few files were not at all changed after version 1. We can find the list of files using createdsince. but in this case we need to ...
1
vote
2answers
59 views

Powershell to do Clearcase checkin ,checkout,find command?

How to do check-in /check-out /Find and etc operation in Clearcase UCM using powershell. Is there any way custom cmd-lets are available for this?
1
vote
1answer
46 views

Find files selected by the config spec with specific properties in Clearcase

I am using Clearcase dynamic view with a complex config spec. I need a command line command to find files where the version selected by the config spec has a specific property, such as: has a ...
1
vote
2answers
109 views

List the latest baseline of a component in a UCM stream one by one

I need to list the latest baseline for each component in a clearcase UCM stream one by one. I am aware of the "%[latest_bls]p" option used with -fmt . The problem is that it lists all the latest ...
1
vote
1answer
36 views

Cleartool - SubBranches list

I would like to know if they are a specific command for clearcase which can give me a list of specific sub-branches. For exemple I have this branches: /main/version_1 /main/version_2 /test I would ...
1
vote
1answer
33 views

How to get a ClearCase view into a command.com variable

I am writing some command.com scripts to automate some tasks involving ClearCase views. I can use cleartool lsview viewname to determine if the view exists or not. How can I get the output from the ...
1
vote
2answers
112 views

ClearCase: Can I hijack a file in dynamic view?

I am working in a dynamic view in Unix platform. I need to hijack a file temporarily and cancel the hijacking later. But the command chmod +w filename is not working. I get the message chmod: WARNING: ...
1
vote
1answer
20 views

ClearCase: are element names view dependent?

I am running the cleartool subcommand diffbl -versions between two baselines. But the output looks different depending on the view I am running the command from. The difference is in the path name of ...
1
vote
1answer
60 views

Why this cleartool command fails from a batch file?

I have run the following command from the command line and it has been succesfull cleartool find . -type f -exec "cleartool describe -fmt \"Filename:%[name]p:type:%[type]p\n" \"%CLEARCASE_PN%"\"" ...
1
vote
2answers
107 views

ClearCase: Is it a bug or a feature?

When I run the following code intereactively from bash it works fine. cleartool setview $myview cleartool lsbl But when I put them in a script and try to run the script, it never returns from the ...
1
vote
1answer
84 views

Get specific version of unloaded file with cleartool

So I'm writing a script at work where I have to go through all the projects in a ClearCase vob, look for a file and parse some info from said file. Naturally, I wouldn't want to load every single ...
1
vote
1answer
71 views

What's the syntax to remove a baseline in ClearCase?

It looks like I can remove a just created baseline from ClearCase UCM with a simple command: $ cleartool rmbl p_xxx_main_2_0_3_1 but this gives me the error: cleartool: Error: Unable to find ...
1
vote
2answers
60 views

How to find preceding label with Cleartool

I'm trying to compare files between two labels with cleartool but I can't seem to figure out how to find the preceding label to the label given. As for now my command looks like this cleartool find ...
1
vote
1answer
54 views

Clearcase: list element labels in a view

Using ClearCase, I would like to retrieve all the elements of the VOB that do not have a particular label. I am trying to do something similar to the following but it doesn't work. Any help ? ...
1
vote
2answers
53 views

cleartool update error in Solaris Unix

I am working on a view created from the main code repository on a Solaris server. I have modified a part of the code on my view and now I wish to update the code in my view to have the latest code ...
1
vote
1answer
137 views

Undo checkout using cleartool

How to undo checkout an element using cleartool command line tool in clearcase?
1
vote
1answer
24 views

I don't think this can be done with cleartool find to get all LATEST for a file

Basically I would like to do: cleartool find . -version 'version(.../LATEST)' -print | egrep '\\.[CH]@@' | xargs -I {} grep 'TEXT' {} \; But version requires a branch name if using .../ and I ...
1
vote
1answer
293 views

Clearcase Delete Directory

I have a directory structure like so: root_dir dir1 dir2 file1.txt file2.txt sub_dir file3.txt file4.txt What is the best way to delete dir2 and all it's sub-elements ...

1 2