clearcase-ucm

script doesn't run while executing in clearcase

一个人想着一个人 提交于 2019-12-01 08:45:13
问题 I am trying to execute the following build script and it is returning no error but it is not executing the script inside it. there is a view tag with the following name. it can be seen with cleartool lsview <view-tag> . I can do cleartool setview <view-tag> but it doesn't run the sh /abc/cds/fg/bin/ant -t all. CLEARCASE_VIEWNAME=NYC_CYN cleartool setview -exec "newgrp orange; cd /abc/cds/fg/bin; sh /abc/cds/fg/bin/ant -t all -i ' '" $CLEARCASE_VIEWNAME Thanks for any help !! 回答1: First, don't

How to retrieve stream name by a given view name in ClearCase UCM?

孤街醉人 提交于 2019-12-01 06:53:52
问题 I'm trying to figure out how to retrieve the stream which a given view is belong to. When I use "ClearCase Explorer" and right-click for view's properties, I get its stream name, but I can't find how to retrieve that with scripts. The stream information does not appear on view .vws files nor registry. I know I can do some manipulation to get it from view's config-spec, but I'm still looking for the easiest way to find it our. 回答1: By script: cleartool lsstream -view view_tag See cleartool

Choosing between UCM and base ClearCase

六月ゝ 毕业季﹏ 提交于 2019-12-01 01:36:16
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? 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 (all the files receive an immutable label) referenced by other streams (list of baselines) Parallel development

unable to complete delivery

时光总嘲笑我的痴心妄想 提交于 2019-12-01 01:11:59
I got the following error while trying to complete the posted delivery. Is there anything I can do it from the target site? cleartool: Error: Unable to check out "/vobs/amit_sumit/lost+found/pcs_i_ltf_odfc_set_sftp.c.842f38e667011e395ad0018fe6508eea". cleartool: Error: Some files could not be checked out in the target view. cleartool: Error: Unable to perform merge. cleartool: Error: Unable to do integration. cleartool: Error: Unable to deliver stream "banglore_atx_cl". Yes. You can change the config spec of the view you are using for your deliver in order to not select the lost+found folder.

Clearcase issue while “add file to source control”

我的未来我决定 提交于 2019-11-30 09:04:24
问题 I am facing a following issue while adding a file to clearcase (UCM) --------------------------- Rational ClearCase Explorer --------------------------- Error adding 'M:\Myviename\Myvob\Myproj\Implementation\DataSource\Deployment\BOM\SupportFiles\Service.config' to source control. Created branch "Tm6-Proj-Dev2" from M:\Myviename\Myvob\Myproj\Implementation\DataSource\Deployment\BOM\SupportFiles\Service.config' version "\main\0". Type manager "text_file_delta" failed create_version operation.

What are all the steps to migrate from Base clearcase to UCM?

牧云@^-^@ 提交于 2019-11-29 16:07:50
We have to migrate from base clearcase to UCM. We have to move our Vobs from Base clearcase to Clearcase UCM. Few of the steps were suggested by other teams. Create PVOB Create Project under it Then they asked to move all the VOBs. Can we simply mount base clearcase vobs to UCM? Or is it better to create UCM vob and move all the elements from base clearcase? If any post or step by step guidance available to migrate from base clearcase to UCM, it would be helpful. Some body please suggest the steps to be followed. VonC It is quite easy (for the ClearCase setup. I won't address the UCM training

While creting a view I got this error; cleartool: Error: Failed to record hostname in storage directory

烂漫一生 提交于 2019-11-29 12:35:43
I am creating a view and I got this error cleartool: Error: Failed to record hostname in storage directory . Check that root or the ClearCase administrators group has permission to write to this directory. I tried all the possible troubleshoot using online help and others, but no luck. Can anyone help? VonC You can check the technote " Registering a VOB or creating a new View or VOB reports error: Failed to record hostname " View Tool Error creating view - '<view-tag>' Fail to record hostname " HOST " in storage directory "<path to view storage>. Check that root or the ClearCase administrators

How to deliver a baseline from one project to another project in UCM?

霸气de小男生 提交于 2019-11-29 12:04:37
I am having 2 projects in clearcase UCM as follows Project-200 Project-200.1 In Project-200.1 , We have completed a work and applied a baseline "Project-200.1-1.1.0.0" Now we would like to deliver from Project-200.1 to Project-200. How to deliver the baselined contents? We do not want to deliver any thing which is added after baseline. You simply make an inter-project deliver of your baseline. As long as both projects have the same component, and if the deliver policy of the destination project authorize inter-delivers, you can initiate it between a stream of Project-200.1 and a Stream of

Clearcase issue while “add file to source control”

早过忘川 提交于 2019-11-29 11:37:52
I am facing a following issue while adding a file to clearcase (UCM) --------------------------- Rational ClearCase Explorer --------------------------- Error adding 'M:\Myviename\Myvob\Myproj\Implementation\DataSource\Deployment\BOM\SupportFiles\Service.config' to source control. Created branch "Tm6-Proj-Dev2" from M:\Myviename\Myvob\Myproj\Implementation\DataSource\Deployment\BOM\SupportFiles\Service.config' version "\main\0". Type manager "text_file_delta" failed create_version operation. I tried rebase and deleted and added the file again. But facing the same. Why this occured and how to

What is deliverbl in UCM ClearCase?

点点圈 提交于 2019-11-28 13:04:32
I am wondering about 'deliverbl', how important are they for historical purposes or during development? All I know is they are created during delivery and includes activies. If i am exporting major baselines from Clearcase to different SCM, should I consider 'deliverbl' as major baseline? There are representing merges (from a child stream to another stream), so: they should be considered, as they show the code "merged" (with potential conflicts resolved) but you might have more trouble to export the merge hyperlink which shows the source of the merge I like to export those baselines because