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

Is there a way in Perforce we can create views as in cleartool

General question: Can we create views in perforce likewise we do in cleartool? I know we can create a workspace in perforce.
Sumit
  • 1,953
  • 6
  • 32
  • 58
1
vote
1 answer

ClearCase lsh query filtering

I was wondering if it is possible to refine the following command prompt query: cleartool lsh -all -fmt "%e,%Xn,%Vn,%Nd,%u\n" -since 20090101 > c:\outputfile.csv I'm looking for a way to restrict my results to 4 users and only for a file extension…
Kristian
  • 15
  • 4
1
vote
1 answer

rebasing a set of baselines

I want to rebase a set of baselines.Separating each baseline to be mentioned in the rebase command with a comma is one option and the other is to take each and every baseline separately and give the rebase -baseline [name of baseline] - complete…
Shalini
  • 2,195
  • 2
  • 14
  • 13
1
vote
2 answers

While creting a view I got this error; cleartool: Error: Failed to record hostname in storage directory

I am creating a view and I got this error cleartool: Error: Failed to record hostname in storage directory . Check that root or the ClearCase administrators group has permission to write to this directory. I tried all the possible troubleshoot…
user_new
  • 147
  • 1
  • 2
  • 9
1
vote
1 answer

What is the GIT equivalent of clearcase's "cleartool pwv"

When using clearcase cleartool pwv gives the working directory view. I would like to find something equivalent for that in GIT. Thanks
Karan
  • 45
  • 1
  • 5
1
vote
1 answer

cleartool: Error: Permission denied: not VOB owner or priveleged user. cleartool: Error: Trouble loading versioned object base

Performed fix_prot on a VOB database dump from Linux into Windows. Fix_prot said the re-protection was complete. So, I tried to run a cleartool reformatvob - load and receive the following: cleartool: Error: Permission denied: not VOB owner or…
1
vote
2 answers

How to change the clearcase "registry on server host " automated way?

We are working in 2 projects and unfortuantely we have to switch between 2 replicas . So we are changing registry on server host information by typing cc.cpl in run programs and change it manually . Is there any way to change it automatically? may…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
1 answer

Clearcase: Check if new baseline exists

I am writing a windows batch script which has a if condition that checks if a new baseline was created i.e. if any new changes were submitted. I tried: SET REBASE_RETURN="No rebase needed" SET FLAG=true for /f usebackq %%F in (`cleartool desc -fmt…
jsbisht
  • 9,079
  • 7
  • 50
  • 55
1
vote
2 answers

How to find files in my current view that are on a specific branch?

Let's say I have two files: File1 and File2 In the version tree diagram below the * indicates the version of my working copy selected by my config spec. Version Trees: File1 has development on Branch2 but is now merged to branch main | main | | …
jmstoker
  • 3,315
  • 22
  • 36
1
vote
1 answer

How to navigate to a working directory in ProcessBuilder

I am trying use Process builder and execute a cleartool command from a drive setup for clearcase. Below is my code and it seems to return null. Can any one please suggest how to fix this issue. String[] cmdList = {"cmd.exe","/C","M:", "cd…
user2732988
  • 71
  • 3
  • 12
1
vote
1 answer

How to sync a local file with the server copy

Is there a way to sync a file from local repository with the corresponding clearcase server copy? Can this be done by executing any command from cleartool? Thanks in advance.
user2732988
  • 71
  • 3
  • 12
1
vote
1 answer

Cleartool command to list all files part of a changeset

I have a requirement where I want to use Cleartool and 1. I would like to pass a chageset number to Clearcase server and would like to see all files that would be part of that Changeset 2. Pass these file names to Clearcase server and copy the…
user2732988
  • 71
  • 3
  • 12
1
vote
1 answer

Finding the Latest Baseline in clearcase on which Rebase is not yet happned

We have created multiple Development streams under Integration and also have one Deployment stream. When the developer will do the changes and any one of the Dev stream and create the Baseline on Int, it automatically triggers rebase on Deploy…
1
vote
2 answers

How execute cleartool command in Rational ClearCase?

I would like to run a command in cleartool. I am, however, unable to understand how do I launch this cleartool from Rational Clearcase. Is it a plugin for ClearCase? (I am using Clearcase explorer on Windows 7)
SubbuGanesh
  • 21
  • 1
  • 3
1
vote
1 answer

How to change the license admin details via command line in clearcase?

I would like to change the license admin details to point to new single server say Iea80043 and use the port number 29005 I was searching the command line argument for it but it was different. The example command says. run licadmin.exe…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230