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
3
votes
2 answers

How to unmount unwanted VOBs ( large number of VOBs) from clearcase dynamic views in windows

My project uses clearcase 8. we have around 10 dynamic views ( streams ). Each dyanamic view contains 5 VOBs. After importing these dynamic views in windows clearcase explorer, all the 50 VOBs are appearing under each and every dynamic view ( though…
Subba
  • 396
  • 2
  • 13
3
votes
2 answers

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 by clicking on it, everything works, the view is…
Bastien
  • 158
  • 1
  • 11
3
votes
1 answer

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 * .../branch_1/LATEST element * /main/LATEST -mkbranch…
all
  • 31
  • 1
  • 1
  • 3
3
votes
1 answer

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, in cleartool Thanks in advance
John
  • 2,035
  • 13
  • 35
  • 44
3
votes
1 answer

ClearCase; How to make a baseline with cleartool

I am currently using ClearCase over a remote network and it is painfully slow. It takes forever just to browse to the stream that I want to make a baseline of. Is there a quick, easy, and safe way to make a baseline from the cleartool interface of a…
Ian
  • 4,169
  • 3
  • 37
  • 62
3
votes
1 answer

How to rename member baseline? Is it acceptable practice?

I have applied baseline for a component via cleartool. (we are using clearcase UCM). I mistakenly put the wrong baseline name and i am unable to apply another one as it says no changes were done. How to rename the baseline name in UCM ? (I tried via…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
3
votes
1 answer

cleartool: How to list all labels in a stream chronologically?

I want to list all the labels applied to a stream in a chronological order. Ideally, I would like one like the following for each label:
Arun
  • 19,750
  • 10
  • 51
  • 60
3
votes
1 answer

cleartool ls: Error: Pathname is not within a VOB: "."

I am trying to use cleartool to browse some CC repositories. I can get a list of VOBs from lsvob but when I pick a VOB entry, cd into it, and try to do ls . to see what's inside, I get the following error message: cleartool> ls . cleartool: Error:…
amphibient
  • 29,770
  • 54
  • 146
  • 240
3
votes
1 answer

Cleartool find merge without contrib files

Hi I wanted to know if there is a way to do cleartool findmerge without creating .contrib files. Its a nuisance to have to remove them after merging.
Pablo Jomer
  • 9,870
  • 11
  • 54
  • 102
3
votes
2 answers

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, I can create a proper Snapshot view on my machine perfectly fine,…
Jörg Battermann
  • 4,044
  • 5
  • 42
  • 79
3
votes
1 answer

How to retrieve the list of files modified across base lines in clear case

I need to retrieve a list of all the files that have been checked-in across baselines along with the owner name. I tried using the cleartool lsact command : However, this command fetches just for one task and is a bit cumbersome to use. Is there a…
Sai
  • 376
  • 7
  • 18
2
votes
2 answers

Exception handling for third party utility doesn't work

I am trying to use cleartool command in powershell. If the command fails, it should catch the exception and do the action. But it was not caught by catch {} try { #If $viewname not exist it will throw error cleartool lsview…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

clearcase ucm activity list between baselines

How to get the list of the activities between two baselines in a file in clearcase ucm ? Cleartool diffbl -lsact -pred latestlable >>activities.txt is the command used .
2
votes
1 answer

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 -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30)}" -print" But…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

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@@ CodeCountView I did not create CodeCountView@@, but how it is…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1 2
3
22 23