Tagged Questions

ClearCase is a commercial CVCS (Centralized Version Control System), with: Decentralized option: ClearCase Multi-Site, with Vobs (Version Object Base) replication Network access to versioned data: dynamic views. It is currently managed by IBM (after being run by Rational)

learn more… | top users | synonyms

41
votes
12answers
14k views

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.
35
votes
33answers
10k views

ClearCase advantages/disadvantages

Because I'm currently struggling to learn IBM Rational ClearCase, I'd like to hear your professional opinion. I'm particularly interested in advantages/disadvantages compared to other ...
34
votes
2answers
920 views

How to hook a method to the Edit event in Delphi 7 IDE?

I'd like to automatically checkout a file when I start to edit it in Delphi 7 IDE. ClearCase is my version control system and I really hate the need to checkout a file before starting to edit. It ...
21
votes
8answers
5k views

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 ...
19
votes
3answers
6k views

How to bridge git to ClearCase?

I've recently used git svn and enjoyed it very much. Now I'm starting a new project at a different customer. At that site the SCM of choice is ClearCase. I haven't found a baked equivalent of git svn ...
14
votes
22answers
2k views

What scripting language should I learn for file/text manipulation tasks?

I am trying to design a script for the automation of a very tedious configuration process we had been doing by hand. The configuration process mostly consists of copying files from various ClearCase ...
13
votes
13answers
5k views

Downgrading from ClearCase to SVN/Mercurial

At work, we're using ClearCase right now. However, there's a lot of overhead required, especially when someone does something stupid (like erase a view with multiple reserved check-outs on the ...
13
votes
9answers
19k views

How can I use ClearCase to “add to source control …” recursively?

I unpacked a zip-file delivery into a clearcase view. Now I want to add the complete file tree to the repository. The GUI only provides an "Add to source control ..." for individual files/directories. ...
10
votes
5answers
5k views

What is the best strategy when migrating from ClearCase to SVN?

We are considering moving from ClearCase to Subversion. The project has been there for a while (7 years) and there are three "major" versions (branches) that we actively support, plus some occasional ...
10
votes
10answers
11k views

Any way to use a custom diff tool with cleartool/clearcase?

I'd like to use my own diff when working in a clearcase snapshot view. As far as I can see, there is no way to specify a diff tool when running "cleartool diff", so I was thinking I could run ...
10
votes
7answers
12k views

What are the uses of svn copy?

Example: $ svn copy foo.txt bar.txt A bar.txt When would you use this technique, and why? Will this command (taken from svn's "red book") creates a copy of <foo.txt> while preserving ...
9
votes
8answers
219 views

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. ...
8
votes
2answers
5k views

How to list all my check-ins using ClearCase?

Is it possible to get a list of all the check-ins I've made within a given source code directory tree using cleartool? If possible I'd like to see when the check-in was made and the file version. I'm ...
8
votes
5answers
7k views

In ClearCase, how can I view old version of a file in a static view, from the command line?

In a static view, how can I view an old version of a file? Given an empty file (called empty in this example) I can subvert diff to show me the old version: % cleartool diff -ser empty ...
7
votes
7answers
810 views

Migrating away from Clearcase

We are migrating from Clearcase to another VCS (probably either SVN or Mercurial). For companies that have made this transition, what factors did they find important in selecting another VCS tool, ...
7
votes
8answers
11k views

Command line to delete all ClearCase view-private files

I'm looking for a command line to remove all view-private files and directories from a ClearCase view on Windows. I have Cygwin available as well. The script available at this article is not quite ...
6
votes
2answers
1k views

Clearcase Vs Git version control

We are using multisite clearcase repository, and often we require to merge and build our system, this merge and replication takes almost 3 days to be available across sites. Hence to be more efficient ...
6
votes
3answers
502 views

Value of using Git with ClearCase, AccuRev or Perforce?

I am interested in the value (or lack thereof) of using a traditional SCM product (ClearCase, AccuRev, Perforce, etc.) along with Git for large projects with distributed teams. Is there a significant ...
6
votes
3answers
4k views

Sync GIT and ClearCase

I am currently working on ClearCase and now migrating to GIT. But we need this migration in a way that all work will be done in GIT and the data will be synced backed to ClearCase stream. We will have ...
6
votes
3answers
6k views

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 ...
6
votes
4answers
1k views

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 ...
6
votes
2answers
3k views

How do I determine what files in my ClearCase local view have not yet been added to source control?

If I have added/removed/modified a large number of files in my local ClearCase view, how can I be certain that all the files have been added to source control?
6
votes
9answers
492 views

How to version control the build tools and libraries?

What are the recommendations for including your compiler, libraries, and other tools in your source control system itself? In the past, I've run into issues where, although we had all the source ...
6
votes
5answers
3k views

Recommendation on Tools to migrate from Clearcase to SVN?

I'm on the lookout for tools to migrate from ClearCase to SVN. Ideally would like to get all history information, or as much as can be acquired. Incremental merges would be very beneficial but ...
5
votes
2answers
228 views

Any svn blame equivalent for clearcase?

Are there any cleartool command line or tools equivalent to SVN's blame in Rational Clearcase?
5
votes
2answers
485 views

How does eclipse figure if a file has unix or dos-style line endings?

I am looking at some Java Code in Eclipse on Windows. The line termination characters (DOS-style) do not display properly (empty lines everywhere..). The Problem is that the Code is from a Windows ...
5
votes
2answers
1k views

How do I integrate Beyond Compare with ClearCase?

I would like to integrate Beyond Compare with ClearCase so that I can use it for diffing and merging files, instead of the awful tools provided by ClearCase. Does anyone have instructions for ...
5
votes
3answers
334 views

Moving from ClearCase to Mercurial: your top tips?

We will soon start replacing ClearCase with Mercurial. I hear this is a good thing. The change model vs. the version model. Wave of the future. I'm prepared to believe this. Still, it kind of ...
5
votes
3answers
749 views

Quick way for SVN user to learn ClearCase

So far I've been using SVN, and now is in need to pick up ClearCase quickly, from developer's perspective. Is there any good resource for this? Thanks. -- add on -- Is there a map between SVN's ...
5
votes
1answer
2k views

ClearCase UCM - best practices using components

We are migrating a fairly large codebase from VSS to Clearcase w\ UCM and are considering organizing our source into one or more components within a single project. What best practices\potential ...
5
votes
6answers
2k views

SVN to Clearcase Export

I have a client who is rather insistent about using Clearcase. Are there any tools/scripts that would allow my team to work against an SVN repository (or really anything other than Clearcase), but ...
5
votes
2answers
2k views

ClearCase Snapshot Views: exclude one particular directory from load statements?

Good morning, is there any way to exclude only one particular directory from a snapshot's load statement, e.g. I want to load a whole vob named '*PM_CT*' except the \PM_CT\lost+found directory ... ...
5
votes
3answers
291 views

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 ...
5
votes
5answers
1k views

VS2008 and ClearCase : opening solution requests a checkout for no reason

I have a little issue that's causing my automated builds to fall over. When we open a solution recently converted from VS2005 to VS2008 VS through ClearCase requests that we checkout the solution ...
5
votes
3answers
6k views

How do I perform a recursive checkout using ClearCase?

I want to check out all files in all subdirectories of a specified folder. (And it is painful to do this using the GUI, because there is no recursive checkout option).
4
votes
1answer
46 views

How to indent multi-line clearcase comment using cleartool format (-fmt)

Is it possible to re-create standard "desc" command indenting of comments using cleartool format string? Example: cleartool desc <version> outputs something like version "<extended version ...
4
votes
4answers
138 views

c# clearcase: How to edit file then check it out and then check it in with the saved changes?

I am trying to programattically edit a checked in file, then check it out and save the changes made while it was check in. And then check it back in with the saved changes: Edit -> CheckOut -> Save ...
4
votes
2answers
1k views

How to find the files modified under a clearcase branch

I modified and checked-in a bunch of files under my branch. Now I need to get the list of files I modified. Is there any scripts to do so?
4
votes
1answer
506 views

Visual Studio Crashes on taking Version tree from Clearcase

I am running Visual Studio 2008 SP1. While taking Version Tree of any file, Visual Studio Crashes and exits. What to do with this? Clearcase ver 7.1 OS: Windows 7 (x86)
4
votes
2answers
1k views

Eclipse CDT Linux ClearCase SCM Adapter plug-in install problems

I'm having a silly little problem with Eclipse. I'm trying to install Rational ClearCase SCM adapter in Eclipse (Helios SR1) CDT Linux 64 bit. I downloaded ClearCase plug-in form here. I tried both ...
4
votes
6answers
472 views

ClearCase for source code control?

I have never used ClearCase, but have used Subversion and for a short period of time Perforce. The IT department in our company officially supports ClearCase and some people have their code checked in ...
4
votes
2answers
86 views

ClearCase - find all the files that aren't updated

I'm working with ClearCase on Unix. I am working on a branch, and I want a command that will list all the files which I view on my branch, that have updated versions of them in the Main branch. Is ...
4
votes
4answers
189 views

fastest SCM tool available for Embedded software development

In my company, presently we are using Rational clearcase as the Software Configuration Management tool for our Embedded software development. The software is basically for Automobiles, to be specific ...
4
votes
5answers
934 views

What are the differences between ClearCase and Visual SourceSafe

Whats are the differences between ClearCase and Visual SourceSafe products?
4
votes
1answer
751 views

Continuous Integration with Teamcity and Clearcase

Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?
4
votes
4answers
338 views

Industry Reports on Source Control Tools

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 ...
4
votes
7answers
9k views

what clearcase plugin to use with eclipse

Which Clearcase plugin should I use for eclipse 3.5+? which is easiest to use? which is most reliable? can any of the plugins handle working with multiple views cleanly?
4
votes
3answers
632 views

Is there a way to have ClearCase display icons in the Windows Explorer to denote the state of files/directories?

For example, in TortoiseSVN, I can find out when a directory is out-of-date or checked out by looking at the images in the corner of the directory icon. However, I don't have that with ClearCase. ...
4
votes
3answers
372 views

preserving history when using mercurial ontop of clearcase

I work in a ClearCase shop and CC does a good job of integrating the team's work though our code review process prevents me from using it to track my daily changes. Creating an hg repository on top of ...
4
votes
4answers
4k views

ClearCase and Eclipse: How to hide/ignore files?

I'm working with Eclipse and ClearCase and we're facing the problem that there's no "ignore"-feature in ClearCase and we're having regularly checked-in files that shouldn't have been checked in. In ...

1 2 3 4 5 12