clearcase-ucm

ClearCase Common Workflow Example

有些话、适合烂在心里 提交于 2020-01-13 16:29:07
问题 I am working with ClearCase and I am very new to the tool. I find it confusing and cumbersome compared to other source control, like git with svn, for example. I was wondering if someone could walk through a typical workflow. So right now we have a main integration stream, then a child stream on that, then from there child streams for each project. Use Case 1: I check in a file and want everyone to get changes. I have to first add to ClearCase or check in, then I have to deliver to each

ClearCase Common Workflow Example

杀马特。学长 韩版系。学妹 提交于 2020-01-13 16:28:12
问题 I am working with ClearCase and I am very new to the tool. I find it confusing and cumbersome compared to other source control, like git with svn, for example. I was wondering if someone could walk through a typical workflow. So right now we have a main integration stream, then a child stream on that, then from there child streams for each project. Use Case 1: I check in a file and want everyone to get changes. I have to first add to ClearCase or check in, then I have to deliver to each

Integrating Hudson with UCM Clearcase on windows machine

懵懂的女人 提交于 2020-01-11 12:30:12
问题 I've installed Hudson on my windows machine and trying to integrate it with UCM Clearcase (the repository we are using). There are no help docs available on Hudson wiki to explain how to do that. I select New Job --> Project Name I give as Test --> select Build a free style software project --> click Ok --> This leads me to Configure Project screen --> Under Source Code management I select UCM Clearcase --> I give a dynamic view name I've already created and the name of the integration stream

UCM Clear Case: Hiereachy of streams in one project vs multiple projects

依然范特西╮ 提交于 2020-01-11 06:44:09
问题 We have a project and are about to add a new piece of functionality to otherwise stable codebase without any major changes going on except defect fixing. The plan is not develop the new feature separately for a while (probably a month) doing intermediate builds and testing and as the feature is finished and the quality is acceptable merge the code of the new feature in the main branch. The question is what of the following two scenarios is better in terms of Clear Case: Creating a new project

cleartool: How to list all labels in a stream chronologically?

孤人 提交于 2020-01-11 06:16:14
问题 I want to list all the labels applied to a stream in a chronological order. Ideally, I would like one like the following for each label: <label> <timestamp> <userid> I looked at few questions. The command ct lstype -kind lbtype -invob . -short from the question "Clearcase: List labels matching a particular string" appeared promising, but it lists the labels that were applied in the ancestor streams. I do not want that, I want only the labels that are applied to the current stream. I feel that

What is the Difference between VOB and PVOB?

£可爱£侵袭症+ 提交于 2020-01-10 04:36:05
问题 What I understand is that, PVOB is a special type of VOB that is used when UCM is implemented as the software configuration management process. But my doubt is how is it different from VOB? I am new to CC but, as far as I know, even PVOB contains the same information as VOB. Can anyone explain me? 回答1: PVob is like a vob in that it can version files and folders. But by convention, you don't use a pvob to "add to source control". You use a PVob as a "admin vob" for a classic Vob in order to

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

試著忘記壹切 提交于 2020-01-08 18:03:11
问题 What is Composite baseline in UCM? When it will be used? Will it be used mainly when we have multiple components? 回答1: 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

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

浪尽此生 提交于 2020-01-08 18:02:58
问题 What is Composite baseline in UCM? When it will be used? Will it be used mainly when we have multiple components? 回答1: 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

How to update the property for all member baseline in UCM?

谁说胖子不能爱 提交于 2020-01-05 15:06:31
问题 We have composite baseline for our components. Whenever we release the product after recommend the baseline, I would change the property of baseline to change the promotion level. By default the promotion level is " INITIAL ". While we release the product i would change the Promotion property as " EXTERNAL RELEASE ". But to do this, I have to go and edit each any every member baseline property. Is there any way to make changes in composite baseline properties to replicate in it's member? 回答1:

How to update the property for all member baseline in UCM?

自古美人都是妖i 提交于 2020-01-05 15:05:02
问题 We have composite baseline for our components. Whenever we release the product after recommend the baseline, I would change the property of baseline to change the promotion level. By default the promotion level is " INITIAL ". While we release the product i would change the Promotion property as " EXTERNAL RELEASE ". But to do this, I have to go and edit each any every member baseline property. Is there any way to make changes in composite baseline properties to replicate in it's member? 回答1: