clearcase-ucm

Stream structure

[亡魂溺海] 提交于 2020-01-05 07:28:14
问题 We have two structures, a stair step from PROD_int with child of release_Int then with child of a maintenance/hotfix and also projectA_Int, projectA has childs of deploy & dev and also projectB_int, projectB has child of deploy & dev and projectC_int then ProjectC has childs of Deploy & dev. The other is mainline where Prod_int, maintenance_int, hotfix_int, projectA_int and projectB_int are all on same downline and each (except PROD) have a deploy and dev child stream This stair step

Multiple projects or VOBs?

不羁的心 提交于 2020-01-03 02:30:11
问题 I just took over a ClearCase UCM admin position recently, so any input on this post would be great. We are currently using one VOB with one project. Say the project that we are working on is the software for a Car, CAR X. Right now, there is one VOB, one component, and one project called 'CAR X' where everyone (maybe 12-15 developers) works on the software for the car. In the future, we will probably need to make software for a new car, called 'CAR Y' which may be based off of the software

How to get pvob name by a given clearcase stream (windows)?

梦想与她 提交于 2020-01-02 23:15:53
问题 Let's say user raise a request: I'm unable to deliver form stream " spider_dev " And that user didn't mention view name as well. How do I get the PVOB name? Our ClearCase environment is too big (around 300 vobs). It's very difficult to go each and every vob and check. 回答1: Assume you have been provided only the stream name "spider_dev" and nothing else. After shaming the developer for not helping me help him, consider the following commands to cycle thru the vobs and locate the stream (I have

Why the ClearCase UCM plugin in Jenkins is unable to find any baseline?

扶醉桌前 提交于 2020-01-02 08:19:12
问题 I'm trying to set up Jenkins (v1.47) to build a project using the ClearCase UCM (v1.1.2) plugin. With the following config (names changed to protect the innocent): Stream: project_dev_build@\company_pvob<br/> Component: project_tools@\company_pvob<br/> Promotion level: INITIAL I get the following output: [CCUCM] * Stream: project_dev_build@\company_pvob [CCUCM] * Component: project_tools@\company_pvob [CCUCM] * Promotion level: INITIAL [CCUCM] Removed 45 of 45 Baselines. [CCUCM] No valid

ClearCase: how to generate a patch (unified diff) file from an activity?

梦想的初衷 提交于 2020-01-01 16:50:50
问题 Is it possible to generate an patch file from the changeset of a UCM Activity in ClearCase? I can generate the list of changes this way: cleartool lsactivity -l activity:my_activity_name 回答1: The main approach is list all the files within an activity, and use cleartool diff -pred -diff_format in order to generate a diff. With the -diff_format option, you would get headers and differences in the same style as the UNIX and Linux diff utility. But that would require some scripting, as I

Database timed-out issue in Clearcase UCM

三世轮回 提交于 2019-12-30 12:39:44
问题 I am facing Database timed-out issue while creating a view and/or rebasing a stream on vobs ERROR -> cleartool: Error: Database timed out -- aborting transaction: "\TP". ERROR -> cleartool: Error: Unable to generate config spec for stream "stream name". I am using CCRC to connect. 回答1: CCRC possibly means CC8.0.X+, but you would still need to access logs (that was cleartool getlog in previous CC versions, since you mentioned before using CC 7.1), in order to know more about that error message

Database timed-out issue in Clearcase UCM

跟風遠走 提交于 2019-12-30 12:39:09
问题 I am facing Database timed-out issue while creating a view and/or rebasing a stream on vobs ERROR -> cleartool: Error: Database timed out -- aborting transaction: "\TP". ERROR -> cleartool: Error: Unable to generate config spec for stream "stream name". I am using CCRC to connect. 回答1: CCRC possibly means CC8.0.X+, but you would still need to access logs (that was cleartool getlog in previous CC versions, since you mentioned before using CC 7.1), in order to know more about that error message

How to list ClearCase activities in certain streams?

柔情痞子 提交于 2019-12-30 12:22:20
问题 I'm wondering if there is a way to specify which streams to get a list of activitis for in one command line call? Right now I'm building a list of activities based on either a vob or an individual stream, using either: ct lsact -invob vob_name or ct lsact -in stream:stream_name However, now I'm trying to filter it a little bit to remove activities from streams that are on locked/obsolete projects. I've got the list of streams that are on unlocked projects already, but I don't know of any way

clearfsimport does not remove files at the component root dir

孤街醉人 提交于 2019-12-30 07:39:05
问题 I am using this command line to import files into a VOB: clearfsimport -recurse -rmname -nsetevent -filter <sourceDir>/* <vobComponentRootDir> Content of sourceDir: fileA fileB Content of vobComponentRootDir before import: fileC Content of vobComponentRootDir after import: fileA fileB fileC fileC is not removed, despite I used '-rmname' option. I suspect it is because it is at the root of the component I want to automate this import and have the same content in sourceDir and

clearcase ucm baseline

为君一笑 提交于 2019-12-29 09:22:13
问题 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 . cleartool lsstream -fmt "%[found_bls]NXp\n" -view $VIEW_NAME I need only the composite baseline as output for my command. Is there any command to findout the composite baseline in current view ? pls help . 回答1: I guess your composite baselines are