Questions tagged [cleartool]

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

Cleartool is the primary command-line interface to ClearCase and ClearCase LT version-control and configuration management software. It has a rich set of subcommands that create, modify, and manage the information in VOBs and views.

What questions should have this tag

Question which are related to automation of clearcase using cleartool commands, integrating DOS batch or ANT/Maven/perl scripts which wish to leverage this utility for calling repetitive tasks in clearcase

Important links for learning more

339 questions
1
vote
2 answers

How do I remove a clearcase merge arrow in Clearteam Explorer?

Removing merge arrows and versions of files is straightforward using the ClearCase CLI. However, I only can manipulate our UCM via the Eclipse Clearteam Plugin and I do not have access to the command line. Right now the version tree in the area I…
isakbob
  • 1,439
  • 2
  • 17
  • 39
1
vote
2 answers

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 . -element…
Nait
  • 1,055
  • 1
  • 14
  • 19
1
vote
1 answer

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 ? cleartool find . -elem '( ! (lbtype(MYLABEL)))' -print
rahmu
  • 5,708
  • 9
  • 39
  • 57
1
vote
2 answers

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 from the repository. However when I do cleartool…
Vinayak Agarwal
  • 1,350
  • 3
  • 15
  • 28
1
vote
2 answers

Problem on taking checkouts of IBM Clearcase Integration branch

I am facing a problem in getting list of checkouts in IBM Clearcase: Getting list of checkouts for task branch is so easy: we can get by: ct lsco branch brtype: \vob with this command we can take list, but integration branch, I am…
1
vote
1 answer

How can I select a specific version of the root folder (.) in a snapshot view (Base ClearCase 7.1.2.9, no UCM)?

Stumbled over this at work yesterday: I have a small VOB and created a snapshot view to access the data (source files) in it. If I give the ConfigSpec as: load /vob/extern element * CHECKEDOUT element * /main/LATEST , I will see all elements in…
dirkbaechle
  • 3,984
  • 14
  • 17
1
vote
1 answer

rcleartool: How to find files of specific branch

I'm new to ClearCase, and I'm in the need to locate files in specific branch. So far, I've created an automatic view using CTE, I cannot use cleartool but I can use rcleartool. I've tried the following, with no success: rcleartool> find . -type f…
Helbirah
  • 61
  • 9
1
vote
1 answer

Clearcase: restoring a lost directory element

I'm working with Clearcase 8.0.1 under RHEL7, and I'm facing an issue I can't explain. In the static view I use, I lost a directory element by accidentally unchecking out its parent directory. As any orphaned element, this directory now stands in…
JNM
  • 125
  • 9
1
vote
1 answer

Can I remove version-0 of a file on a ClearCase branch without a trigger?

Suppose I've checked-out a file foo on a ClearCase view, which triggered the creating of a version of that file with branch name my_branch - the first version for that file with that branch name. Now I've un-checked-out the file - but version-0 of…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
1 answer

How to get a simple report out of a ClearCase project to show the creation date of all the elements

I am looking to find a way to generate a report that can show the creation date of each element in a ClearCase project. Basically, I am trying to get a sense of the old legacy elements in our project. I am not able to achieve it using find,…
1
vote
2 answers

download clearcase plugin in eclipse 2020-03

I am using eclipse 4.15 (2020-03) and clearcase 8.0.1. I want to download clearcase plugin in eclipse that is supported by this version of eclipse. I tried from https://sourceforge.net/projects/eclipse-ccase/ and…
1
vote
2 answers

Users are unable to work in two of our ClearCase servers

I need some help. Two years ago I inherited the responsibilities of maintaining our ClearCase system which is extremely outdated and I have no previous experience working with it at all. Today, users are having problems checking out files from two…
Luis
  • 11
  • 2
1
vote
1 answer

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 want to get all branches for the files. I know you…
William
  • 11
  • 1
1
vote
1 answer

How to find/list the checked-in files in current view?

I have: a view created as dynamic view Files which are checkout or checked-in. Now I want know the list of files checked-in in view. What command should I use?
1
vote
1 answer

How to cancel delivery in clearcase

I want to cancel (undo) a delivery in Clearcase for my Dev stream but it gives below error : "unable to cancel delivery because another operation is trying to complete it" What can be the possible cause and resolution?
Shivani
  • 219
  • 1
  • 14