clearcase

Hudson integration with UCM ClearCase

I have a linux build machine with JBoss, UCM ClearCase and ant installed. I would like to find out how to configure a continuous integration using Hudson and Hudson clearcase plugin. Can I use an existing dynamic view that is already created. Please give me some basic steps. Thank you in advance. ...

ClearCase - Activity not baselined

I have been taught that when you create an activity based baseline the selected activities are baselined and the newest version of all the other files in the vob are baselined. When I baselined the other day I found that this did not happen. Two files had version 2 baselined again, not version 3. Versions 2 and 3 are different. To creat...

How to get cleartool diff to return to command line while diff viewer is still open?

As described in one of the answers to SO question "Any way to use a custom diff tool with cleartool/clearcase?" I have installed WinMerge and a single diff opens fine in WinMerge based on a command of the form cleartool diff -g filename filename@@clearcase-virtual-path-to-version-I-want-to_compare-to But when I run that command in cygw...

Teamcity and clearcase project spanning multiple vobs

I have a clearcase project spanning multiple vobs. Teamcity 5.0 appears to assume your project is on a single clearcase vob. Is it possible to have Teamcity build a clearcase project spanning multiple vobs? ...

Teamcity Clearcase Plugin tries to run update on a dynamic view and bombs...

I'm setting up Teamcity 5 to point to a dynamic view. For whatever reason it has decided that my view is a snapshot (apparently without asking). [09:27:38]: Nothing more to be cleaned. Build will be started as is. [09:27:43]: update_clearcase_view [09:27:43]: [update_clearcase_view] ccupdate [09:27:43]: [ccupdate] cleartool: Error: 'M:...

ClearCase and Visual Studio . NET - how to unlink them?

Hi, I'm working with VS.NET and ClearCase. They are linked. Since I'm working on a laptop with snapshot views, sometimes I have to work while I'm disconnected from network and ClearCase. When it happens, my working environment is just stuck, since it's looking for connection to ClearCase. It seems that I have to unlink this CC-VS.NET c...

Team Foundation Server and branching characteristics, compared to others

What are the branching characteristics of TFS? I am asking the question because I don't have experience of the tool. Let me discuss what context I am putting it in... Early Branching/Heavy Branching If we look at the tools Perforce, Subversion, CVS, for instance, we see that branching is effectively taking a copy of the trunk. i.e...

How can I discover who's checked out a file in ClearCase?

I use ClearCase. How can I find out who's checked out a given file? ...

What are the differences between ClearCase and Visual SourceSafe

Whats are the differences between ClearCase and Visual SourceSafe products? ...

Adding Checkout (recursively) to context menu not working

I'm doing like this ..... but i'm not able succeed... For the check out recursively option, do the following: Start the clearmenuadmin.exe utility (to do this, click Start > Run, and type clearmenuadmin.exe) In the Object type tab, select the directory object. Choose checked-in as the Object state Click the new button in the Availabl...

How to create undo checkout recursively in clearcase in context menu

I'm trying to create undo checkout recursively..., context menu with arguments (I'm using clearmenuadmin.exe) /c cleartool lsco -r -cvi -fmt "unco -rm %n\n"$dir|cleartool but its not working.. any idea on how to do this.. ...

ClearCase, Mapping specific folders into Drives, using dynamic views.

Hi, I need to map a directory into it's own drive, (i know it's achivable using windows tools like "Map network drive", "subst"), but using these tools, the mapped drives aren't MVFS anymore... I'm looking for a way to map MVFS folders in some dynamic view to it's own drive, or alternativly, configure a config spec to filter everything ...

Is ClearCase supported in Visual Studio 2010

I'm looking for information about support for using ClearCase in Visual Studio 2010, I'm writing up an evaluation of VS 2010 and need some info on SCS other than TFS and SVN and was wondering if there is a plugin being developed for ClearCase and VS 2010? ...

Using ClearCase with Fedora

My goal is to use ClearCase (7.0.1+) on Fedora (12+, 64bit) in a company where most of the developers are blissfully using the standard CC/Windows development environment. My most recent experience is with git on Fedora 12 and I find that to be a very comfortable and productive programming environment. Two solutions to this problem spri...

How to find element(s) which are not present in the clearcase recursively ?

How to find element(s) which are not present in the clearcase recursively , let us say from project root folder i want to know the list of files which are not part of clearcase. Can some one help me on this? ...

how to create a branch in clearcase with GUI operation only?

I searched for a while and tried to find a way to create a branch in clearcase, but cleartool commands are used in all the articles I found. I'm just curious that is there any other way to use GUI operation only? ...

Merging 2 clearcase views on different Servers?

I'm in a bit of a pickle... I work on a project that is multi-site. Unfortunately, the VOB sync between the two sites is not working properly right now, and our Clearcase Admins are too busy doing other work to get it fixed. I need to take code from a Dynamic View on one server and merge it to a Dynamic View on another server. Usually...

How do I roll back a file checked in to Clearcase?

I have a file in my Clearcase repository. I checked it out and modified it, and then checked it back in. I haven't done anything like make a baseline, or rebase, or deliver in my stream/view. I regret having made the changes to this file--I should have undone the checkout, in retrospect. How do I roll back the modifications? (Or und...

Is there a CLI for CCRC version 7.0.1

Is there a command-line interface (CLI) for version 7.0.1 of the ClearCase Remote CLient (CCRC)? The only CCRC CLI information I can find seems to only be relevant for version 7.1. I tried downloading that, but it doesn't seem to work with version 7.0.1. (and its no surprise, as 7.0.1 is not listed as being compatible). So, is it poss...

Clearcase: checkout and modify but forbid checkin...

Is it possible in clearcase to checkout a file for modification such that it is impossible to check it back in? I’m going to be hacking some files on a private branch, only some of which I want to ever check in. I want to eliminate the possibility of accidentally checking in unwanted changes. (I know we can write a trigger to check for m...