clearcase-ucm

How to obtain Changeset of an activity?

☆樱花仙子☆ 提交于 2019-12-04 02:19:48
问题 We are able copy to clipboard changeset of our activities. But often we need to get changeset of our team member's activities. We are able to see it through GUI. but we would like to copy the list of changeset to some text file. Is it possible to get changeset using cleartool? I was trying with following command but still it fails V:\>cleartool lsactivity -l "PBI#503# to Model"\@My_PVOB This is the error i got : cleartool: Error: Unable to determine VOB for pathname "My_PVOB". V: is the drive

Choosing between UCM and base ClearCase

雨燕双飞 提交于 2019-12-03 22:50:06
问题 Which one is better? UCM or base ClearCase? For paralel development, do we need UCM? Is using manual branching is error prone on base ClearCase? Is serial development not meaningful? working on same branch? 回答1: One is not better than the other, UCM represents a different set of best practices that you can choose to apply on top of base ClearCase. UCM is great at defining a coherent set of files (the UCM "component") that will be: branched in the same branch labelled ("baseline") as a all

UCM: How to create dynamic view (base clearcase) on arbitrary incremental baseline

久未见 提交于 2019-12-03 20:28:05
问题 Currently we use ClearCase UCM.. I am trying to evaluate possibility of using git in our project. I decided to create large repo with past three years changes from an integration stream. The pvob has 12 vobs under it. For purpose of evaluation(creating a worst case), I am putting all changes into single repository. I want to create a base clearcase view and then adjust its spec for every baseline on the pvob . This will then synched to git repository. Question in short: How can I create a

Integrating Hudson with UCM Clearcase on windows machine

萝らか妹 提交于 2019-12-02 08:14:09
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 (in stream selector) --> Under Advanced options I select " Use UCM dynamic view " and give view root

Two baselines created in ClearCase UCM

青春壹個敷衍的年華 提交于 2019-12-02 05:44:59
I am setting up a project using composite baselines. When I create a baseline to send to the "Mainline" project, it always creates two baselines. One is called "COMP_BL" and the other is "COMP_BL.####" Is there a reason for this to happen? Could I possibly have my setup wrong? VonC No your setup is right. It will always create one baseline by component which have changed. If your root-based component (the one with files) has changed, it got a baseline. That means your root-less component (the one without any file, made to aggregate other components) will get also a (composite) baseline, in

Check in to ClearCase fails

雨燕双飞 提交于 2019-12-02 03:53:26
I am trying to add a file into ClearCase, but I am getting the following error: Error adding 'C:\PATH\file.dbc' to source control. Changed Protection on "C:\PATH\file.dbc". Created branch "C:\PATH\file.dbc" version "\main\0". Type manager "text_file_delta" failed create_version operation. Checked the following: There are lines that have over 8000 characters and they must stay that way, so it can not use the "text_file_delta" as the type manager. I changed the type of one file to "compressed_file" and I was able to check it in. I tried to add dbc compressed_file -name "*.[dD][bB][cC]" ; to the

How to add all the files in a folder to source control via cleartool command?

那年仲夏 提交于 2019-12-02 03:17:25
问题 I am having a folder where lot of files and subfolders , adding it to source control via UI is consuming much time. How to add all the files (including files inside subfolder) to source control using cleartool? (I am using clearcase UCM) 回答1: As mentioned in "How can I use ClearCase to “add to source control …” recursively?", clearfsimport is the way to go. However, clearfsimport will take a source an import it in your view, so: it is best to keep the source outside your view (to avoid

How to add all the files in a folder to source control via cleartool command?

谁说我不能喝 提交于 2019-12-02 02:10:14
I am having a folder where lot of files and subfolders , adding it to source control via UI is consuming much time. How to add all the files (including files inside subfolder) to source control using cleartool? (I am using clearcase UCM) VonC As mentioned in " How can I use ClearCase to “add to source control …” recursively? ", clearfsimport is the way to go. However, clearfsimport will take a source an import it in your view, so: it is best to keep the source outside your view (to avoid confusion when ClearCase tries to add the source file in the destination which is the same directory) you

How to find out where the loaded files of ClearCase views?

随声附和 提交于 2019-12-01 13:23:55
We use both ClearCase UCM and base. One of the open questions we have is, how to find out where the loaded files of snapshot views are reside, by a given path of view storage directory? e.g. We have a view located in C:\views\myview.vws Sometimes the equivalent loaded files are in C:\views\myview directory, but sometimes not. I'm looking for a way to find where it is. I tried to find it out by cleartool lsview -l and cleartool desc - does not help. The Windows registry does not provide this answer as either (AFAIK). I confirm there is not information where a snapshot view (UCM or not) actually

How to obtain Changeset of an activity?

依然范特西╮ 提交于 2019-12-01 13:09:19
We are able copy to clipboard changeset of our activities. But often we need to get changeset of our team member's activities. We are able to see it through GUI. but we would like to copy the list of changeset to some text file. Is it possible to get changeset using cleartool? I was trying with following command but still it fails V:\>cleartool lsactivity -l "PBI#503# to Model"\@My_PVOB This is the error i got : cleartool: Error: Unable to determine VOB for pathname "My_PVOB". V: is the drive where my integration stream is mapped Tamir Gefen You should specify activity ID instead of activity