clearcase

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:

Clearcase plugin with hudson ci server

半世苍凉 提交于 2020-01-05 04:24:14
问题 We are using base clear case with dynamic views on Linux. In our environment some custom script is responsible, so ct mkview is not working. I need either - provide to Hudson plugin a custom script for creating a view - tell to plugin to reuse existing view, w/o calling to ct mkview I did not find any of these options. Can you help me? Here are my current settings: Thank you 回答1: As I have detailed in "Hudson integration with UCM ClearCase", you can use an existing dynamic view, even if it is

`cleartool lsco -r -cvi -me` is extremely slow compared to `cleartool lsco -graphical`. Is it possible to improve it's performance?

吃可爱长大的小学妹 提交于 2020-01-04 20:46:18
问题 I'd like to be able to utilize lsco on the command line for better integration with Emacs, but it runs prohibitively slowly! Usually, GUIs are slower! 回答1: From the technote "Recursively checkout and checkin elements": It is recommended that if performance is degraded due to this recursive operation that either the operation be changed (say to checkout/checkin in smaller chunks) or to stop the operation all together. In other words, the recursive nature of lsco (and associated commands) doesn

How to restrict VOB read access in ClearCase (Windows Server)?

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-04 03:16:42
问题 I have been asked to look at how to restrict read access on certain VOBs in ClearCase, for compliance reasons (so this needs to be auditable, etc, etc...). I have found a solution so far, that I will post here, but I still have questions, so any help would be appreciated. Especially as the devil is in the details, I think. For ease of argument, let say we have 3 VOBs, and 3 groups: gA and gB are two special group, all other CC users are in gC, which is the default CC group VOB vA, is read

Can I migrate from ClearCase to Serena VM?

心不动则不痛 提交于 2020-01-04 02:39:07
问题 I have a repository using Rational ClearCase Explorer 2003.06.10+ which I want to migrate into Serena ChangeMan Version Manager 8.1.4.2 . Is this possible? The ClearCase repository was not used for all it's functions, just as a place to hold copies of documents, so the only thing I need to keep is the files and their version histories. 回答1: The approach I would recommend would be through a ClearCase dynamic view: listing all labels one at a time, for each label, check in which branch the

How to search ClearCase repositories

我怕爱的太早我们不能终老 提交于 2020-01-03 03:40:12
问题 I just switched to use ClearCase and want to know if it has any build-in tool or plugin to do across VOBs search. I previously used Opengrok to index the Subversion and Git repositories by checking the head out nightly and I think I can do the same for Clearcase. But before that, I want to know if there is any existing ClearCase capability for so. I definitely can leverage the file system (i.e. Windows File Explorer) but it is not efficient enough for developers. Or suggestions on any other