17
votes
25answers
2k views
ClearCase advantages/disadvantages
Because I'm currently struggeling to learn IBM Rational ClearCase, I'd like to hear your professional opinion.
I'm particularly interested in advantages/disadvantages compared to other …
14
votes
21answers
1k 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 …
9
votes
5answers
847 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 …
9
votes
9answers
2k 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.
8
votes
8answers
128 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
11answers
2k 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 …
6
votes
14answers
1k views
How to Leverage Clearcase’s features
We use Clearcase at our office, and based on my admittedly light knowledge of clearcase, it just seems like a really bloated source control tool.
I know from hearing friends talk about Clearcase that …
6
votes
9answers
359 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 …
5
votes
5answers
237 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, …
4
votes
4answers
188 views
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 …
4
votes
3answers
169 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 …
4
votes
2answers
955 views
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 …
4
votes
5answers
650 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 …
4
votes
4answers
660 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 …
4
votes
2answers
652 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?
