clearcase

what clearcase plugin to use with eclipse

独自空忆成欢 提交于 2019-11-27 15:33:00
Which Clearcase plugin should I use for eclipse 3.5+? which is easiest to use? which is most reliable? can any of the plugins handle working with multiple views cleanly? I found a clearcase adapter update site for windows on ibm at: http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/ The link at IBM Download is broken. VonC You can install CC plugin 3.4 without any problem in a shared bundle repository. Unzip them in order to have, in your own directory outside eclipse (unzip each files into their respective directories): myPlugins com.ibm.rational

clearcase latest version of a file on a particular branch

大城市里の小女人 提交于 2019-11-27 15:23:28
I know the filename of a clearcase versioned file. How can i find the latest version of this file on a particular branch ? It should not pick any child branches. Also the parent branch names may not be know always. Thanks. VonC If you are using a dynamic view, you can directly access the LATEST version of a given branch by using the extended path : cat file@@/main/branch/subbranch/LATEST If you don't know the exact branch path (parent branches) this version is stored in, you can modify your dynamic view and add first the selection rule element /path/to/file .../subbranch/LATEST That will

Clearcase: how to rollback all changes on specific branch?

大兔子大兔子 提交于 2019-11-27 15:22:36
I made a bug fix on bug fix branch, but now I need to rollback all change on this branch. How to do that? I don't want to revert each file one by one, :(. I didn't test it recently, but check out the perl script available with a ClearCase installation called cset.pl (also available here ): ccperl cset.pl -undo myActivity It should undo an activity by performing a negative merge (or substractive merge). (That is, supposing you are using UCM since you are mentioning "changeset", which means "UCM activity") 来源: https://stackoverflow.com/questions/6039121/clearcase-how-to-rollback-all-changes-on

Merge arrow in clear case

烈酒焚心 提交于 2019-11-27 15:22:20
I have to merge all objects from a sub branch to main branch recursively. I would like to merge manually by check in the code from sub branch to main branch instead of using merge command in clear case. So after the check in into the main branch I would like to draw arrow recursively to all my objects. ic from sub branch to main branch I have used this command cleartool mkhlink -unidir Merge <sub branch path>>@@/main/<<sub branch>> <<main brach path>>@@/main/LATEST But when I dit it, it is drawing the arrow for the directory only not for all contains of the directory. Please suggest how to

Find files in Clearcase view newer than a specific date?

本小妞迷上赌 提交于 2019-11-27 15:19:06
I've got to upload my changed files for code review, but I have the following issue: I need to find all the files in my view that have changed since my last code review upload. I thought I labeled all the files when I did the last review upload, but it appears that I didn't. How do I find all clearcase elements in my current view that have a date newer than the date of my last upload? There have been MANY check-ins since the last upload. user2099460 You could look for all versions in your view that are older than a date: ct find -all -type f -version "{created_since(11-apr-2013) && brtype

How to run clearfsimport command for similar streams

 ̄綄美尐妖づ 提交于 2019-11-27 09:38:41
I have two streams Int |--> Dev I want to make sure Dev has everything similar to Int stream word to word. I have already rebased Dev stream from Int stream, but I know its not going to make it exact replica of Int. I know I should be using " clearfsimport " command but I could not understand whats the syntax for it. Please help me with the command using below assumptions, I am on solaris and will be using cleartool command line interface project vob directory - /vobs/HowDoI Stream name -> HowdoI_Int Int View name -> HowDoI_int_View Dev Stream name -> HowDoI_Dev Dev View name -> HowDoI_Dev

ClearCase : Making new baseline with old baseline activities

柔情痞子 提交于 2019-11-27 09:38:41
In an integration stream Int , A1,A2,A3 are activities,B1 is baseline that includes A1,A2,A3 activities. (Int Stream)-----A1------A2------------------A3------[B1]----------------> We are going to deploy new version of software and our project manager said that he did not want to include A2 activity changeset in this version of software. Can we create new baseline B2 that only includes A1 and A3 activities in ClearCase? (Int Stream)-----A1------------------------A3------[B2]----------------> ? No: Since B1 exists, all activities are "linked" by a common "timeline", and ClearCase will ask you to

List the latest baseline of a component in a UCM stream one by one

偶尔善良 提交于 2019-11-27 09:22:23
I need to list the latest baseline for each component in a clearcase UCM stream one by one. I am aware of the "%[latest_bls]p" option used with -fmt . The problem is that it lists all the latest baselines for all components together. What I need is, given component name C and stream name S, display the latest baseline for component C in the stream S. Thanks for your help. If you consider the fmt_ccase options, %[latest_bls]CXp will always list the latest baseline for all components of a given Stream. So it is best to parse the result, and for each baseline name, to display its component name:

How to obtain UCM stream and baseline with cleartool?

青春壹個敷衍的年華 提交于 2019-11-27 09:20:47
For build logging, I need to obtain the current stream/baseline with cleartool , but I am stuck in determining which command will give me this information. How can I make cleartool tell me which stream/baseline I am currently looking at? It is no problem if the output needs preprocessing or filtering. If you are in a view, you can: get the current stream cleartool lsstream -cview get all baselines for a component in that stream cleartool lsbl -comp myComp@\myPVob -stream myStream@\myPVob get all foundation baselines for that stream cleartool descr -fmt "%[found_bls]CXp" stream:myStream@\myPVob

ClearCase wants to merge unchanged files after deliver to alternate target

北城余情 提交于 2019-11-27 09:17:49
Using Rational ClearCase v. 7.0.1.1 with UCM, I have a problem here when using ClearCase's "Deliver from Stream to Alternate Target" functionality. Imagine we have one project integration stream and two developer streams A and B derived from it. Now I change a file in stream A. I want the delevoper owning stream B to be able to use my work without me having to deliver the file to the integration stream yet, so I deliver from stream A to the alternate target stream B. So far, so good. I go on making another change to the file but the stream B developer does not need this change, so I don't