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

How to copy the contents of a label in Base clearcase VOB?

We want all label contents of Base Clearcase VOB. I created a View for the VOB and edited the config.spec document as element * checkedout element * label_ID element * /main/latest But it brings all the components associated with the VOB and not…
CCUSER
  • 59
  • 6
0
votes
1 answer

ClearCase moving triggers scripts to another location

I have to move the trigger's scripts from one server to another, on both linux and windows. As far as i know i have to use the ct mktrtype command with the -replace parameter, I've read on IBM web site that i have to use the same command that was…
Alex Brodov
  • 3,365
  • 18
  • 43
  • 66
0
votes
1 answer

How to find all the component root folder in a vob?

I have asked this question long back and the answer was given. Now i would like to get all the component root folder in a vob. The answer in that question was if i give the component name ,it will give the root folder. But now my vob contains…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
1 answer

using SSH to run a cleartool command with agruments on remote a linux machine

when I run this then everything work: C:\PROGRA~1\cwRsync\bin\ssh.exe -o 'StrictHostKeyChecking no' 10.10.10.10 -l username /usr/atria/bin/cleartool setview -exec 'pwd' cm_myview however if I have more than two arguments after exec like…
help
  • 809
  • 5
  • 18
  • 35
0
votes
1 answer

Error on Login Page

I have made some changes in couple of files and checked in into the View of the cleartool and performed build activity. The build was successful and we have deployed the generated ears on Weblogic server. But after the deployment the some part of…
user1879683
  • 95
  • 2
  • 3
  • 9
0
votes
3 answers

cleartool protect -chmod 770 ERROR

This command does not work: cleartool protect -chmod 770 I get the following error: cleartool> protect -chmod 770 vob-tag-name cleartool: Error: Unable to access "vob-tag-name": ClearCase object not found. The VOB tag is valid and…
user201599
-1
votes
1 answer

Checkout issue from Windows ClearCase client

A user cannot checkout from windows client ClearCase ( see picture) And yet, the same user can checkout from a unix client. Why? Thanks for your answer @VonC Please find my below findings Here the primary group of the vob is…
-1
votes
1 answer

Find the value of a variable and replace it with new value in UNIX

I want to access a text file and read some of its contents to change them with a new value. This Find and Replace is really helpful but my requirement is slightly different. Say if these are my file contents image.description=Template Image…
Thulasi
  • 126
  • 3
  • 19
-2
votes
1 answer

ClearCase: How to create Dynamic View through Command Line?

Please any body let me know how to create Dynamic View with example with cleartool in windows command line.
1 2 3
22
23