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

Is it possible to create a ClearCase VOB on a local disk?

I'm working with ClearCase 8 to test integration with my company's software, and I will be using the client and server software on the same machine, so I don't need the test VOBs I create to be accessible over the network. I'm trying to create a…
Kevin K
  • 9,344
  • 3
  • 37
  • 62
2
votes
3 answers

How to add all the files in a folder to source control via cleartool command?

I am having a folder where lot of files and subfolders , adding it to source control via UI is consuming much time. How to add all the files (including files inside subfolder) to source control using cleartool? (I am using clearcase UCM)
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
2
votes
2 answers

ClearCase dynamic view contents not visible to ASP.NET web application

I am running an asp.net application (VS2008/.net 3.5) and when running it under VS in debug more it works fine. It reads files and directories from a network share happily. I can run "cleartool startview [dynamic view name]" ok, I can "cleartool…
Alan Mullett
  • 1,106
  • 13
  • 26
2
votes
2 answers

Clearprompt command: Element-list generation

In view of my previous question Script for recursive add-to-source control: How to ignore specific files and folders, an issue that arose in regard to the command clearprompt (whereby to generate a list of elements for source control) is that it has…
Trevor3
  • 31
  • 2
2
votes
1 answer

Cleartool - find unloaded/removed files

Is there a command in Cleartool which i can use to list all files which have been removed from a branch? Thanks
cdugga
  • 3,849
  • 17
  • 81
  • 127
2
votes
1 answer

How to get the contributing activity details on integration stream?

I need help in knowing how to get the details of when a particular contributing activity is delivered to integration stream. I used to use diffbl -activity baseline1 baseline2 in cleartool to get the list of activities made from one baseline to…
Lax
  • 21
  • 1
2
votes
1 answer

How to find the view location in my linux home dir

I have many views in my Linux home dir under different folders mentioned below. Home CCVIEWS views Development testproject : : etc. Now i want to list all the clearcase views in my linux dir in below format to work on other…
1
vote
1 answer

Moving elements in clearcase to be "merge" able

Ours is a typical implementation of clearcase UCM : I have 2 UCM projects each of which represent a release for us. proj2 being created from a stable baseline from proj1 proj1 and proj2 work in parallel and sometimes same elements in both get…
Pulak Agrawal
  • 2,481
  • 4
  • 25
  • 49
1
vote
2 answers

clearcase ucm baseline

Is there any way to get the composte baseline information from the current view in command line . I am using the comand in my script. It's displaying the list of the commands which include composite and ovverride component baselines in my view…
1
vote
1 answer

clearcase baseline_shell script

I am running all ClearCase commands in shell script and every command is redirecting output to a file: cleartool diffbl -act -ver label1 label2 >& data.txt cleartool diffbl -baselines label1 label2 >& data.txt cleartool diffbl -elements label1…
1
vote
1 answer

Describe baseline and expand deliver and rebase activities

I need to list all of the activities delivered in a baseline but need any deliver and rebase activities expanded. I have tried a script to read the lines and do an "lsact -contrib" but some of the deliveries contain nested deliveries and I have…
1
vote
2 answers

CAL mkview command fails

I am trying to create a clearcase view using COM object in Powershell. $ccViews="\\Hostname.global.mycompany.com\cc-view\" $ViewName="CodeCountView" $ViewFullpath="$ccViews$ViewName"+".vws" $ct = new-object -com ClearCase.ClearTool try { …
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
1 answer

How to apply baseline for previous version?

I have done a mistake by not applying baseline for one of my release. Now some more changes were done in the integration stream. Is it possible to apply baseline for particular past day's changes. We are using Clearcase UCM.
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
1 answer

ClearCase; Deliver with overwrite

Suppose streams A and B both are seeded from baseline bl_C_5 of some stream C. From there parallel developments goes in A and B and some point the baseline at A is bl_A_3 and in B is bl_B_6. At this point is it posible to deliver bl_B_6 from B to A…
Raihan
  • 10,095
  • 5
  • 27
  • 45
1
vote
1 answer

How to do find posted delivery and deliver it to integration stream?

we are using UCM in multisite environment. Whenever people delivering to mastersite , Some one from mastersite has to do find posted deliveries and then deliver it to integration stream again. Now we want to preview what are all the files being…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230