clearcase

ClearCase : Loading Older Version of a specific Directory ?

How Can I load of older version of a directory in a UCM snapshot view? In our project one developer checked-in not complated and non compilable code to ClearCase. Other developer updated her view then he was not compiling project because of previous developers's not complated code. So developer only wants to get previous version of direc...

What are the basic clearcase concepts every developer should know?

What are the core concepts of version control system every developer should know? Since I am working with clearcase, I made the question specific for clearcase. ...

How can I use ediff (emacs diff) as a diff/merge tool in Windows ClearCase?

I'm forced to use ClearCase (Windows version) at work, and I want to use emacs ediff as a diff and merge tool. The problem with the ClearCase map file is that it requires .exe files - I've tried to specify a batch file calling ediff and it didn't work. I don't want to write a C/C++ program (it's been more than 10 years since I've coded ...

When I create views from Clearcase explorer, both development and the integration views get created as snapshot.

I do not get the option at all to choose for the views to be snapshot or dynamic. What I would want is the development view to be snapshot and the integration view to be dynamic. Why is it that I am not prompted to let me choose my views to be snapshot/dynamic? ...

Is it possible to use variables in a ClearCase config spec?

For example, instead of writing the following: element * .../my_branch_01/LATEST element * .../base_branch/LATEST -mkbranch my_branch_01 I would want to write something like this: MY_BRANCH=my_branch_01 element * .../%MY_BRANCH%/LATEST element * .../base_branch/LATEST -mkbranch %MY_BRANCH% Is this even possible? What is the correc...

ClearCase : Making new baseline with old baseline activities

In an integration stream Int , A1,A2,A3 are activities,B1 is baseline that includes A1,A2,A3 activities. (Int Stream)-----A1------A2------------------A3------[B1]----------------> We are going to deploy new version of software and our project manager said that he did not want to include A2 activity changeset in this version of softwar...

Permissions problem using SyncToy to synchronize ClearCase with SharePoint 3.0

So I am trying to setup a simple one way synch from a dynamic ClearCase view over to a MOSS document library. I'm using SyncToy 1.4 as my sync tool and it seems to work fine when it's copying new documents from ClearCase to SharePoint but it's throwing an error when I try to overwrite a file with a new version or try to delete an existin...

Listing only CCRC Views

Can anyone think of a quick, easy and fullproof way of listing only ClearCase Remote Client views from UNIX? ct lsview obviously lists all the views, and you could search by looking at the Properties: section if you run a ct lsview -properties -full (gives you Properties: snapshot webview readwrite) then use a regex or something, but I'...

Flexible vs static branching (GIT vs Clearcase/Accurev)

My question is about the way in which GIT handles branches: whenever you branch from a commit, this branch won’t ever receive changes from the parent branch unless you force it with a merge. But in other systems such us Clearcase or Accurev, you can specify how branches get filled with some sort of inheritance mechanism: I mean, with Cl...

Searching ClearCase for a checkin with a specific comment

I've been asked to provide details of a checkin I did about 3 months ago into ClearCase. I know the QC number that was included in the comment but have so far failed utterly to find a way to search ClearCase for a checkin by comment. Any ideas? ...

What is the difference in Perl when passing a variable in a regular expression between using $variable and ${variable}

I am reviewing some ClearCase triggers written in Perl. I have noticed that in some regular expressions, variables are passed either straighforwardly or with their names in curly brackets. For example, I have the following line of code in a trigger: if ($baseline !~ /^${component}_(|.*_)$phase\.\d+(|[a-z]|-\d+|${automateddigit})$/ && ...

ClearCase: Email Notification on Deliver

Hi, At my new company, the CMS is ClearCase. I've worked with Perforce before and it had a nice built-in notification mechanism for the team to keep up-to-date with files that changed in the project. I'm trying to have something equivalent in ClearCase. I would like to know if someone have achieved this before. Basically, there is thre...

Is Clearcase recursive labelling more efficient than element by element labelling?

I use Clearcase on a project with ~3700 files. While making a release, there are some directories that have to be labeled recursively. The file count here is ~2400. The files in other directories are selectively labelled. I currently label the files using a script to iterate through a list of files and label the files one by one. This ta...

checking for modifications issues

Hi, I got a doubt regarding the usage of ccnet with clear case.I just got an access to my clear case,i am facing another problem.I have a VOB named Test_proj which contains many folders which are not of my concern.Inside that particular VOB,i had made a test folder named 'MY_Source',where i had put all my source files.So when i ran th...

Getting View Owner/Creator with Rational ClearCase Automation Library (CAL)

Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not? ...

Unable to fetch

Hi all, I have a ccnet.config file which is shown below the initial part.I have a clear case installed.Now since my ccnet checks for modifications and when it finds some modifications,it should fetch that source code but thats not happening. How am i supposed to fetch those source code to my local machine.ThreePartition is the bui...

ClearCase to SVN migration

Well I have an issue with SVN importer tool for migrating one of the ClearCase VOB which has a huge history ..we thought of doing this by picking up like 10 -15 baseline versions of the code and import it to SVN. So for doing that I think the user has to give me the specific versions one by one . So now he is asking me how to point a...

Migrating from clearcase to mercurial

What tools are available to migrate from clearcase to mercurial? Is it possible to move history? What kind of limitations are there? ...

Identify the correct tool for developers, based on real needs

I will start with a little background for perspective to the question, what legitimate questions can I pose in order to identify the correct source control tool for the real needs of my development teams? The developers have used ClearCase since an IBM consulting lead project team installed it for use during a large in-house project. ...

What's the best way to migrate from SourceSafe to ClearCase?

We currently have a fat SourceSafe DB with ten years of code in it. We're looking for an easy and stable way to import all of this in to a new Clearcase/Jazz environment. What is the best best method of doing this and are there any tools out there to do this automagically? ...