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

Clearcase preserve modification time

Is there any way I can block the users checking in with preserve modification time. If preserve modification time box is checked, it will checkin with the last saved time and not the actual checkin time. I need only the checkin time. So if preserve…
user1797693
1
vote
2 answers

cleartool - merging single proc

I am trying to merge a single proc from a branch Nov12 to main. After searching in this reference I found the following should merge a copy from the branch to the main Merge version 1 on the branch into the "latest" version in the "main" branch: ct…
mtk
  • 13,221
  • 16
  • 72
  • 112
1
vote
1 answer

How do you get all files of a VOB as of a given date in a clearcase vob?

I have a fairly large codebase with several directories and files and I would like to check out a view or have a view as of a given date (Septermber 12th). I am manually checking file histories and doing ct get -to someOtherDir/FileName…
Palace Chan
  • 8,845
  • 11
  • 41
  • 93
1
vote
1 answer

ClearCase: Version-extended pathname in a baseline

Is it possible to obtain the version-extended pathname of an element that belongs to a baseline? For example, if I have a file name /vobs/myproj/mydir/myfile.txt and a baseline bl_rc11 in a UCM project, is there a cleartool subcommand that will…
Raihan
  • 10,095
  • 5
  • 27
  • 45
1
vote
1 answer

How do I search ClearCase for an activity to determine if it's been delivered?

We use a combination of ClearQuest and ClearCase for code versioning. We have several activities in FixComplete, but some have been delivered and some have not. We would like to find the activities that have been delivered, and move them to…
MrDuk
  • 16,578
  • 18
  • 74
  • 133
1
vote
1 answer

Cleartool removing a checkedout file from a folder with rmname

How can I use cleartool rmname to remove a file, that is checkedout by some one else, from a folder? Is this possible?
Pablo Jomer
  • 9,870
  • 11
  • 54
  • 102
1
vote
1 answer

Cleartool lsco -avo -cview equivalent on SVN

What is the equivalent command on SVN as cleartool lsco -avo -cview -me? Thanks!
beyonddc
  • 1,246
  • 3
  • 13
  • 26
1
vote
2 answers

Clearcase find version based on hyperlink "HlinkToText" attribute value

We are using base ClearCase with ClearQuest integration and whenever a checkin is made, a hyperlink with the WorkRequest number in ClearQuest is attached to the checked in version. I could look at the changeset of the WorkRequest in ClearQuest, but…
1
vote
1 answer

Rebase stream of another developer

Maybe this is a very basic question: I have notification that a developer has completed with his work. But the developer hasn't rebased his stream with the recommended baseline. Now before I want to do a "Deliver from Stream -> to default", I want…
snibu
  • 581
  • 4
  • 16
1
vote
1 answer

Clease case: Merge Manager: Error: Can't switch to baseline

In Clearcase Project Explorer, under the configuration tab of a feature stream, I select the main stream's recommended baseline and then do a rebase of the stream. This goes fine and then I do a recommend baseline. But when I rebase a child stream…
snibu
  • 581
  • 4
  • 16
1
vote
1 answer

Script for recursive add-to-source control: How to ignore specific files and folders

I have this problem that has been bugging me for quite some time now. It is perhaps best explained by referring to the following (well-known) script: @rem= 'PERL for Windows NT -- ccperl must be in search path @echo off ccperl %0 %1 %2 %3 %4 %5 %6…
Trevor3
  • 31
  • 2
1
vote
1 answer

Counting number of checkins per user in clearcase

I would like to get the number of total checkins per user within a certain time frame. This is the kind of result I am looking for: User: xxxxx Count: 432 User: yyyyy Count: 22 etc I can use find to list all checkins done by a user, but I am only…
lakrupp
  • 33
  • 5
1
vote
1 answer

ClearCase find and exec with %CLEARCASE_PN% in cmd always returns same element

I executed the following command in cleartool.exe: cleartool> ! Microsoft Windows XP [Version 5.1.2600] ... X:\dyn_view\vob\path>cleartool find . -type l -exec "cleartool describe %CLEARCASE_PN%" -print But the element output is…
mgottschild
  • 1,015
  • 1
  • 9
  • 10
0
votes
0 answers

Clearing contents of row when specific cell in that row is changed

I have developed a dependent dropdown sheet. For example when user selects option in cell B2 then further options from C2:L2 are provided. Now i interested that if any dropdown i.e. B2:E2 are changed than next cells should automatically clear…
Jelad
  • 1
0
votes
1 answer

I run this command in a unix shell console and run. But in a cleartool console I got and error

cleartool lsact -in stream:PJ_CORE2014_pre16 | grep "deliver." | awk '{print $2}' > /system/home/archive.txt I want to run this in the cleartool.exe console.
1 2 3
22
23