Java Clearcase API
Is there a Java ClearCase API? ...
Is there a Java ClearCase API? ...
How can we find the branch name to which my ClearCase view is pointed to? ...
I'm in process of creating snapshot view , I refer to the post "Proper 'cleartool mkview' for ClearCase Snapshot view creation" It helped. But now I don't know what server/shared location i must use to create the views. Can I get those details from any of the existing views I already have ( created through ClearCase client) ...
We use ClearCase UCM which has multiple Vobs (10). How to find the activities for past one week? Or list activities between two date ranges? ...
I have been using Microsoft Team Foundation server 2008 version as source control for my code files. However, there are other people in our company who are using Rational ClearCase for their source control. So basically I was thinking about difference between these two for - Are there any outstanding features in Rational Clear case whi...
I migrate a Clearcase project to a SVN project. My Clearcase project is composed of : Br_Int => Br_Dev => Br_2 and Br_1 I have created a view on Br_int and I have processed the migration with this view. In my SVN project, branches are migrated : Branches => Br_int and Br_Dev and Br_1 and Br_2 But in my ClearCase project I have J...
For some reason some users produced some files that end in "@@" (...) (I think because they have in the CCRC the gui option to show the version extended pathname and i think that has somewhere a little bug). Now... they are unable to remove or rename these files (it returns "not a object in the vob") how can they rename or remove these...
I have configured ClearCase plugin in Hudson . I created a project , by giving new hudson_view_name as view name for the Hudson project and provided config spec. I identified in my view storage directory it is creating multiple folders related to the view. like , hudson_view_name.vws hudson_view_name.1.vws hudson_view_name.2.vws ...
We have many old snapshot views lying around and I need to find out when these snapshot views were created. There is a twist - we are no longer running ClearCase and the hardware we used to run it is no longer around. However, we still have all the files used internally by ClearCase still lying around, so I can go to a directory /usr...
I'm running a system with Clearcase Remote Client version 7.0.1.CU04. I don't have cleartool installed on the system, so a command-line solution for my problem is probably unavailable to me. Inside of CCRC, I've created many views that appear in the ClearCase Navigator pane. I'd like to delete these to reduce clutter, but see no UI op...
When updating my clearcase (snapshot) view I get the following symlink errors: Unable to resolve symlink "setups.cmd". The symlink target will not be loaded. Unable to resolve symlink "setup.sh". The symlink target will not be loaded. Unable to resolve symlink "setupwithdomain.doc". The symlink target will not be...
In ClearCase, I would like to see a list of all the files that I am viewing on a certain branch (if I have branch Br I would like a list of all the files that I am viewing a version of them in that branch). Is that possible? ...
Our company is using ClearCase for version control and as a medium to exchange code with sibling companies. Some of these sites are planning to switch from CC to sub version. Our site management is unenthusiastic about replacing our version control system. A possible compromise is using the CM bridge by Clearvision, but I found nex...
Hello , My ClearCase storage location has something like viewname.tmp folders, I believe they got created for my views. I would like to know how can I delete those .tmp folders from my storage location (eg : \\server1\views\username). If I do with delete button then "Access denied" message is coming. ...
In ClearCase, is there a way to find out if a file is locked without checking out the file? ...
Hi, I would like to get the list of elements of "myvob/project/" having the comment "Requirement X" with cleartool command. Is it possible ? ...
Hi All, Here is the situation, I have installed and configured ClearCase Multisite,I did a mkreplica from SITEA (/dev) to SITEB (/dev). My import went successfully on SITEB. I happen to do few syncreplicas too on Both( SITEA and SITEB). I had both configured on Win2003. Now the SITEB Operation system Win2003 happen with some OS relat...
How to apply ClearCase baseline from Anthillpro? ...
I'm looking out for cleartool command which retrieves all the elments(files) of the given path (myvob\projects\projectname) and stores them in the local file system. This makes me avoid creating the view again with the same config spec just to see the contents of the view and not to perform any modifications. ...
I am in an "internal" IT shop and we currently use ClearCase for version management. Our branching strategy is common for this with the main branch being reserved for live code and branching off main for project and hotfix type activities. Each project (and they overlap often) has a branch off main, we don't have multitiered branching....