clearcase

What is the difference between clearcase and vss in label a release?

Hi, We are using clearcase as our SCM. I have not much experience with clearcase. Now we are about to release our code to production. I want to label my code as I have done using VSS in my previous projects. But in clearcase labeling is not as easy as in VSS. clearcase is asking to create a label type before label a folder in VOB. I don'...

Clearcase list of files in a label

We currently use clearcase on a project, and there is an HTML file that was generated with clearcase that contains all of the filenames of the files that were included in a label. I am supposed to generate this file with a different label. I know how to get all of the filenames that were included in a label using the cleartool command l...

What Clearcase eclipse-plugin to use in order to work on both clearcase 6 and 7 projects?

Using Eclipse 3.5, what clearcase plugin to use in order for me to work on both clearcase 6 and 7 projects? ...

What are the differences between scm adapter and CCRC eclipse plugin?

Eclipse SCM adapter - spawns another window in order to do operations and not within the IDE? CCRC - integrated with eclipse, e.g. label decorator can be seen in IDE. It only supports to a specific version. ...

find files in clearcase

hello situation: one vob, 2 views (main dev and branch view). i need to find all files that where created in the branch view and therefore can't be found via merge manager. anyone able to help? thanks ...

Config specs and Load rules difference

What is the difference between Config specs and Load rules in Clearcase? Are both of them edited using "cleartool editcs -tag " command only? ...

Industry Reports on Source Control Tools

Hi, I'm looking for independent industry reports that compare and contrast the various source control tools out there. In particular, I care about Clearcase vs Sourcesafe vs SVN, but if the report includes other SCM systems that's fine. I need this for a client who wants to get a feel on exactly what they stand to gain switching to SVN...

How can I export latest sources from ClearCase without creating any private areas or anything (like with svn export command)?

Is it possible? ...

list elements by activity

Hello, I'm working on automated builds and need to be able to list elements that were worked on under particular activities. I'm new to ClearCase so I apologise for naiivety ... My downstream build process works fine and I now need to populate a 'pre-build' area by identifying the (checked-in) files associated with one or more activiti...

How do I create a snapshot view of some project or stream in ClearCase?

I would like to get contents of some stream or project I can find in clearcase project explorer. ...

How to specify stream/project in ClearCase snapshot view load rules?

How to specify load rules in this case? Previously discussed in http://stackoverflow.com/questions/1367635/how-do-i-create-a-snapshot-view-of-some-project-or-stream-in-clearcase ...

Can you share your customized scripts for converting from cc to svn please?

I have to convert a large cc code base - 15 vobs all symbolically linked on windows to a svn repository on solaris. Any help, step by step instructions, scripts are welcome. Thanks ...

how can I list a certain user's activity in a branch

Hi Guys, Given a branch name and a user id, I'd like to know what the guy have done to the files in the branch, how should I do ? thanks. ...

How to create a snapshot view to certain baseline in a stream in ClearCase?

I'm using CC project explorer and when I right-click the stream I don't have possibility to choose the baseline. If I try to change the baseline on already existing snapshot CC says that I can't rebase on a baseline created in the same stream. ...

Is there a way to use an Env Variable from CCRC to a non-interactive trigger?

Hi! I have a (clearcase) preop non-interactive trigger that needs to evaluate an environment variable value (from client side) in order to perform some checks. Is there a way or w/a to pass such environment variable value from client with CCRC to the trigger, considering it seems to do not work as with dynamic or snapshot view? Thanks...

What ClearCase plugin to use with Visual Studio 2008 SP1

At work I have to use ClearCase v7.0.1.2 and ClearQuest v7.0.1.0 with Visual Studio 2008 SP1. Am running on a Windows XP SP2 box. I've done some searching but not found an official installer yet, can anyone advise (provide a link to) on the best plugin/addin to install for Visual Studio 2008 integration? Thanks ...

Get copy of files from ClearCase

We're just moving from VSS to ClearCase and it's nearly impossible to find out how to do anything :-( I need to script (using ClearTool?) a sort of VSS-GetLatest, i.e copy a folder and all its contents to a windows folder Any clues (in short words please as I'm new to this!) ...

I need to find all Versions checked-in by me on a branch

In Clear Case, I need to find all Versions that checked-in by me In the example below, I need to find all versions checked-in by Loi Wang, on branch "mybranch" >$ct desc HelloWorld.xml <br > version "HelloWorld.xml@@/main/***mybranch***/9" <br > created 09-Sep-09.06:50:14 by ***Loi Wang*** (lwang.eng@compu10) <br > "Hello world iss...

Does it make sense to permanently delete versions from a VCS as part of a normal development process?

We use ClearCase at my workplace. Part of our standard process when code is merged to the main (trunk) branch is to completely eradicate all of the versions on development and integration branches. Because this wipes out all of the check-in comments that went along with these versions, our source files have to have a lengthy prologue com...

Is there a way to automate importing projects into Eclipse?

For my current project, every time I set up a new workspace, I need to import hundreds of existing projects scattered in 20+ different directories. Is there a way to automate this step in Eclipse? These projects are all checked into ClearCase. ...