clearcase

how to find the list activities delivered to integration stream on a particular day?

吃可爱长大的小学妹 提交于 2019-11-26 23:25:59
问题 We use to take nightly builds irrespective of any files were delivered to integration stream or not. What i would like to do is , find the list of deliveries done on a particular day. If there were no deliveries to integration stream then build will not be triggered. Through project explorer itself we can see. but i would like to know from commands. 回答1: Any deliver in UCM will generate an activity call deliver.xxx . Simply list all activities for a given Stream (see cleartool lsact man page)

Config spec in ClearCase

荒凉一梦 提交于 2019-11-26 23:25:31
问题 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 branch_1 then I modify test.c , then I change config spec: element * CHECKEDOUT element * .../branch_2/LATEST element * /main/LATEST -mkbranch branch_2 Then I Check in test.c and I have: created /main/branch_1/1 . BUT WHY??? 回答1: The config spec

What is composite baseline in UCM and when it will be used?

自古美人都是妖i 提交于 2019-11-26 23:17:36
What is Composite baseline in UCM? When it will be used? Will it be used mainly when we have multiple components? The reference on "composite Baselines" is: " Best practices for using composite baselines in UCM ". Introduced in ClearCase v2002, composite baselines are a mechanism for grouping baselines into a collection. One baseline is designated as the composite, and other baselines become members of the composite You do not necessarily have to use composite baselines when you have multiple components, but: If you want to remember the set of baselines existing at a given point on your Stream

How to run multiple Unix commands in one shot

痴心易碎 提交于 2019-11-26 22:26:13
问题 I am trying to execute multiple commands in one shot but to my surprise only the first command is getting executed and the rest are skipped. And the command is cleartool setview view1234 ; cleartool setactivity activity456 ; cd /vobs/app/src/epw/WEB-INF/scripts ; pwd And the output of the above command is You can now run 'clearquest' to start Rational ClearQuest. But instead I'm expecting to see the following 3 lines of output: You can now run 'clearquest' to start Rational ClearQuest. Set

ClearCase time and query

泪湿孤枕 提交于 2019-11-26 22:07:26
问题 This config-spec show the files I need: element -dir * '{version(/main/LATEST) && !version(SLT-T)}' element -file * '{version(/main/LATEST) && !version(SLT)}' Now I need to see how the source looked at some point in the future, so I do this: time 01-Nov-2008 element -dir * '{version(/main/LATEST) && !version(SLT-T)}' element -file * '{version(/main/LATEST) && !version(SLT)}' Unfortunately this still shows me "the present". The manual says: Time rules may be nested. They may not include any

How do I undo a checkin in ClearCase remote client

天涯浪子 提交于 2019-11-26 22:06:15
问题 I am using ClearCase remote client Version 7.1.1, and I am wondering if it's possible to delete a version that was checked in by mistake. I know that in ClearCase, this is possible by choosing delete in the right click menu (Versions tree) Anyone has the answer ? Thanks 回答1: Argh! rmver (see man page)? I would strongly advice against such an operation which cannot be undone (as I mention and detail in here, here or there). And rmver is not possible in a CCRC client (even in the latest 7.1.2).

Why is the owner of the clearcase activity 'nobody'

大城市里の小女人 提交于 2019-11-26 21:57:30
问题 Why is the owner of the clearcase activity I created is 'NOBODY' but the created by is identified correctly. Is this the reason why I am not able to view the change set as a different user on a different machine. 回答1: Those are representing object (here UCM activities) created by a user with an incorrect CLEARCASE_PRIMARY_GROUP environment variable (ie a group he/she isn't part of, or a group which isn't part of the primary or secondary groups of the vob/pvob of the UCM project). I usually

ClearCase Branching using configspec

前提是你 提交于 2019-11-26 21:57:29
问题 I have very little knowledge about ClearCase and would like to learn more. I have created a branch BR_PHASE2 under /main . I have used the following command to checkout the files into the branch: element * CHECKEDOUT element * .../BR_PHASE2/LATEST element * /main/LBL_MS_PHASE2_04-NOV-2010 -mkbranch BR_PHASE2 The problem now is how do I access files from the branch ?? I am not able to even open the VOB if I switch to this config spec: element * CHECKEDOUT element * /main/BR_PHASE2/LATEST Am I

Moving from SVN to ClearCase

萝らか妹 提交于 2019-11-26 21:43:50
问题 So, it's the opposite way round this time - I need to migrate a SVN-based project into ClearCase. Is there any tools out there that'd make the process a bit easier (rather than putting together a custom script) and are there any gotchas from anyone who has had experience doing this? Thanks! 回答1: As mentioned here (ibm) and in this thread, there is no direct tool to import SVN data to ClearCase. That means a custom script setting your SVN workspace to relevant milestone, and then clearfsimport

What's the easiet way to detect “evil twins” in Rational ClearCase?

会有一股神秘感。 提交于 2019-11-26 21:42:56
问题 I'm using ClearCase 7.1 I suspect we have some evil twins. I'm looking for the most efficient way to find them out by scanning the VOB or any other ways. Is there any script that applies it? For the next coming evil twins we'll use a trigger that prevents it. Thank you 回答1: Unless you benefit from the integrated evil twin detection from ClearCase 8.0, the only way remains cleartool find command: See "About Evil Twins, "locate" section" for some examples: you run the following command from two