clearcase-ucm

ClearCase UCM: Is it possible to have a temporary view on any given baseline?

非 Y 不嫁゛ 提交于 2019-12-06 10:35:04
问题 Is it possible to open a view (snapshot or dynamic, maybe readonly) on any given baseline (recommended or older) in a stream (integration, development or child) for performing some tasks and then remove the view when done? How? 回答1: To open a view to a given baseline, you actually need a view associated to a stream with said baseline as a foundation baseline. That means you need to rebase that stream first, which is: not always desirable (since you would need to merge said baseline with

how to undo hijacked files in clearcase?

不打扰是莪最后的温柔 提交于 2019-12-06 08:44:45
I have this strange hijacked file in my snapshot view. when I undo it, it doesn't go away. Is there a way to un-hijack it. I already tried undo-hijacked but didn't work. I should see .keep file if it unhijacked but didn't see any. Also tried to check out and uncheck out but this file still remains as hijacked. Thanks for any help !! There is usually one case where an hijacked file remains hijacked when you try to cancel it (following " Canceling a hijack "): It is when the file is kept by an handle (it is opened or used by another process). Try to close as many application / processes (or even

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

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.

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

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

How do I retrieve previous or old version in CCRC 7.1.2

冷暖自知 提交于 2019-12-06 05:17:42
问题 I am using CCRC 7.1.2 to access UCM project and I could not see any option in CCRC to load previous version. Version Tree tab also do not have any option to it though it shows all version. 回答1: The easiest way would be to make a web view in CCRC dedicated for displaying said old revision: You could modify its config spec in order to select what you want to see in that specific view. Note though that the IBM article on CCRC version tree does mention: Right-click the element version > go to

How to find the username who created latest version of element in clearcase?

橙三吉。 提交于 2019-12-06 05:08:40
I am often getting a request like this. " Find the list of files changed from particular day". I got answer to this as example given below "cleartool find <Vobtag> -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30)}" -print" But few people are asking "Find the list of files changed and by whom". So that they can pin down the developer name and assign him the task to resolve issues. Is it possible to pipeline the above command and find the user who made that version also? You should be able to add to your find query a created_by member. See the query language man page . created

How to use git metadata strategies compared to ClearCase ones?

让人想犯罪 __ 提交于 2019-12-06 03:49:28
In my previous developer life, clearcase was the tool, during 10+ years, for version control. Now the organisation I work for have moved over to git since 4 years. In clearcase there are easy accessible metadata constructions such as attributes on all levels of items such as repositories OR branches OR labels. git notes exists, but after some web surfing I have not come across any clear good way of doing this efficiently and why. For example UCM ClearCase baseline promotion level is a good concept that I wish would be as simple in git. The development community stats I represent for this