clearcase

Reverting a users changes in ClearCase

杀马特。学长 韩版系。学妹 提交于 2019-12-06 08:35:21
We use ClearCase as control version system. In our system sometimes we make releases without some developers commits because of time limit. For example I made some changes in six classes but another user did changes in all or some of them also. And I have to commit code without his changes. So I scan my files with previous versions so that I can revert his changes. But it's a slow and boring process. Is there another way to do that? Maybe an extension or a script? VonC The only way to automate that process is through: subtractive merge or negative merge (as described in this IBM article ):

clearcase ucm activity list between baselines

强颜欢笑 提交于 2019-12-06 08:12:58
How to get the list of the activities between two baselines in a file in clearcase ucm ? Cleartool diffbl -lsact -pred latestlable >>activities.txt is the command used . VonC Don't forget to add @\yourPVob , as shown in cleartool list activities since last 7 days . cleartool diffbl -act -pred baseline:latestlable@\yourPVob Note: on Unix, this would be @/vobs/yourPVob . It is best to use the baseline selector syntax (see diffbl man ): baseline-selector is of the form: [baseline:]baseline-name[@vob-selector] and vob is the baseline's UCM project VOB. Here is an example in python found on

Cleartool - find unloaded/removed files

﹥>﹥吖頭↗ 提交于 2019-12-06 07:42:24
Is there a command in Cleartool which i can use to list all files which have been removed from a branch? Thanks The basic command to find anything in ClearCase is... cleartool find , also illustrated in " ClearCase UCM: Need to See Content of Deleted File ". In your case, you would search for versions of files which aren't at the LATEST of a branch: cleartool find . -type f -version "! version(.../BRANCH/LATEST)" -print (see version selector for more on this ' .../ ' notation) To display only the file (and not all the versions): cleartool find . -type f -element "! version(.../BRANCH/LATEST)"

How to unmount unwanted VOBs ( large number of VOBs) from clearcase dynamic views in windows

China☆狼群 提交于 2019-12-06 07:40:44
问题 My project uses clearcase 8. we have around 10 dynamic views ( streams ). Each dyanamic view contains 5 VOBs. After importing these dynamic views in windows clearcase explorer, all the 50 VOBs are appearing under each and every dynamic view ( though majority of the irrelevant VOBs contains just lost+found directory under it). Once I have manually unmounted all of the irrelevant VOBs from the corresponding dynamic views but after a restart of my PC all the VOBs are appearing again every where.

MVFS error in a snapshot view

帅比萌擦擦* 提交于 2019-12-06 07:38:39
I created a snapshot view using Rational ClearCase explorer. After creating it, I tried compiling my code and got an MVFS error: Unable to determine if the current working directory is in MVFS - no such device or address When I searched the IBM website for the sake of eliminating this error, I found out that a snapshot view does not use the MVFS. Why am I getting this error when Snapshot view does not use MVFS? VonC The path is xmalviv_view/NBA_axess_aup2/refsys/aup/aup61 A snapshot view is only accessible through a full local host path: cd C:\path\to\snpashotview clearmake is generally linked

ClearCase UCM: Is it possible to delete a project?

自古美人都是妖i 提交于 2019-12-06 07:28:33
Can a ClearCase administrator or a project manager delete a project including all its streams, views, baselines, activities etc.? How? You cannot easily delete a project, unless all its streams are deleted You cannot easily delete a stream if there are versions created on a branch made from that streams (or if there are any views or any activities attached to that stream). You cannot easily activities unless you have deleted first every versions in it (or move them to another activity) and so on... Bottom line, ask for the owner of the project to obsolete it (and its streams): cleartool lock

Does ClearCase fit our development process?

≡放荡痞女 提交于 2019-12-06 07:21:57
问题 So, let me describe our current situation. We are a small team (6) of experienced Java developers, lost in a big IS team that is composed in majority with SAP and Siebel configurators. While all the other teams were currently using VSS, mostly as a vaulting system, our team had switch for Subversion (after evaluating DVCS as well) as it best fits our agile methodology. Now, everyone is asked to move to ClearCase, and all the migration effort is put on the VSS users as they are the biggest

Config Spec to display labeled files from 2 branches

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 06:55:40
问题 I have 2 branches 1) /main/branch1_tv - <vob>/se/ip/FolderA, folderB ... 2) /main/branch1_tv/branch2_tv - <vob>/se/ip/FolderC I have created a Label [Label_1_tv]. What i want to do is have one config spec that will display all the labled folders and files in it in 1 view. Notes: CC 7.1.1. Branch1 is off of Main/0 . branch 2 is off of /main/0 and /branch1/0 . I have labeled all the elements in branch 1 from the VOB level and FolderC and all its elements. I think this will help by being able to

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

混江龙づ霸主 提交于 2019-12-06 06:50: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? VonC 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 two baselines done on the integration Stream, a simple cleartool diffbl -nmerge -act bl1 bl2 should be

ClearCase: Are views created in Unix not visible from Windows and vice versa?

自作多情 提交于 2019-12-06 06:23:41
We have a ClearCase UCM project implementation that we access from Windows and Solaris stations. I have created several views on the same stream of the project from the CC project explorer in both Windows and Solaris. But when I go into the properties of the stream and look for views from CC project explorer in Windows, I don't see the views I created from Solaris and vice versa. But from CC project explorer in Windows, I can see views created from other Windows stations. Whats happening here? What is happening is the notion of regions : you would usually define one region per Os, precisely to