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.
...
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...
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...
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?
...
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:...
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...
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...
I use ClearCase. How can I find out who's checked out a given file?
...
Whats are the differences between ClearCase and Visual SourceSafe products?
...
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...
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..
...
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 ...
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?
...
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 , 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?
...
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?
...
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...
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 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...
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...