clearcase-ucm

cleartool error: Unable to rebase stream

半世苍凉 提交于 2019-12-08 04:23:18
问题 Can't rebase stream to the foundation baseline. Probably the baseline is corrupted. Is it possible to fix this baseline? cleartool: Error: Version map for baseline is unavailable. cleartool: Error: Unable to get unlabelled baselines in foundation cleartool: Error: Unable to determine if configuration is valid cleartool: Error: Unable to rebase stream 回答1: First, are you sure to select the right baseline? If you select a composite baseline, it is per its nature unlabelled. Second, what version

Rollback via label in clearcase

核能气质少年 提交于 2019-12-08 04:18:51
问题 I take care of a couple of extremly large projects. These projects are also divided into smaller del-projects some are delivered as a large project at one time. The problem I am having is that when all these small projects are merged into our release branch its dam near impossible for me to rollback 1000's of files. I am currently rethinking our branching strategy. Everything now is being merged with a label. We are also merging everything to a build-test branch before we even think about

Is there any way to skip importing a particular Clearcase sync packet

此生再无相见时 提交于 2019-12-08 04:09:31
问题 There is a problem in importing a packet in Clearcase replica. We researched a lot to resolve the issue, but as per IBM this is a bug in a particular version of clearcase. So if there is any way to skip importing that particular packet,that would really help us in resolving the sync issue. Issue : [http://www-01.ibm.com/support/docview.wss?uid=swg1PM53060] Our vob servers are already already on the version which as per above tech note has a fix for the issue, still the issue persists 回答1: Not

can't resume or rebase stream on snapshot view on windows

佐手、 提交于 2019-12-08 03:38:17
问题 I am trying to rebase a stream with a particular view but it is not letting me to rebase saying "change sets are not empty" while rebasing from windows GUI but if I look at the sepecific rebase activity which is set to rebase, there is no change set on it. And when I tried to rebase from cmd, it gives me an error saying "rebase doesn't match the specified view and ....is not the view where you have started the operation". I don't remember that I have started the rebase opeartion in aother

Clearcase rebase Issue from Jenkins

不打扰是莪最后的温柔 提交于 2019-12-08 03:36:46
问题 I have a perl script to rebase the recommended baseline to Dev view (Dev view is in M: drive). When i am running the script from command prompt it is working, but the same script is failing when i call from Jenkins. (I am using same username as my login id in Jenkins.) Please suggest me if i am missing any configuration. **Command which i used :** cleartool rebase -complete -view <DEV_VIEW_TAG> -force -recommended -abort ****Jenkins Console Output:**** Advancing to baseline "<Recommended

clearcase symbolic link file not visible from a snapshot view

本小妞迷上赌 提交于 2019-12-08 03:33:11
问题 I have created a symbolic link (see below) to a version controlled file from a different vob ( VOB_II ) and the file is visible from a dynamic view whereas it’s not visible from the UCM snapshot view. A.txt --> ..\..\..\VOB_II\SampleDir\A.txt I have the following selection and load rules. element \VOB_II\SampleDir\A.txt ...\branch1\LATEST load \VOB_II\ SampleDir Any ideas why the file is not getting loaded in the snapshot view? I could not figure out what’s wrong. Any help or inputs are much

Why does Clearcase diffbl include activities from my development stream when I diff integration stream baselines?

情到浓时终转凉″ 提交于 2019-12-08 03:30:27
问题 We are using Clearcase UCM and have one Integration stream and each developer has a development stream. When I do a baseline compare, activities from the development stream are sometimes included. Is there any way to get a simple list of activities in the integration stream since a particular baseline? 回答1: Note: in the integration stream, you will mostly get deliver activities, ie activities recording the merges done during delivers from the development stream. So if you want activities from

How to change the group name in view dir (*.vws) since primary group in pvob is changed?

本秂侑毒 提交于 2019-12-08 03:15:20
问题 I have a problem changing the group name in (*.vws) directory of the view since the cc primary group is changed on Pvob. It is not blocking me since I am the owner but my collegue is not been able to deliver in my view. Thanks for any help 回答1: I usually use fix_prot (see "About fix_prot") On Windows: doskey fp=c:\Rational\ClearCase\etc\utils\fix_prot.exe -force -chgrp "TheNewGroup" -chown yourID $* fp -rec -chmod 775 \\path\to\view\storage\yourID\yourView.vws fp -root \\path\to\view\storage

Powershell to do Clearcase checkin ,checkout,find command?

强颜欢笑 提交于 2019-12-08 02:28:00
问题 How to do check-in /check-out /Find and etc operation in Clearcase UCM using powershell. Is there any way custom cmd-lets are available for this? 回答1: For more advanced functionality and better response times, I'd recommend accessing the CAL API directly via COM. The best documentation for that is available locally in <ClearCase install dir>\bin\cc_cal.chm . $cc = New-Object -COM ClearCase.Application $ccItem = $cc.Version("<absolute path to file/dir>") $coItem = $ccItem.CheckOut($cc

How to find the view location in my linux home dir

梦想与她 提交于 2019-12-08 01:26:30
问题 I have many views in my Linux home dir under different folders mentioned below. Home CCVIEWS views Development testproject : : etc. Now i want to list all the clearcase views in my linux dir in below format to work on other script. user_test_Work1.vws user_test_Work2.vws user_dev_Work1.vws user_newproject_Work.vws user_cqfix.vws How to search all the views in my home directory created by me and display the list of the views in shell script? Current at a time I can display one folder views but