3
votes
1answer
18 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 p …
1
vote
2answers
57 views
Evil twin problem and subtractive merge
Hi;
Could anyone explain what is a Evil Twin and Subtractive merge in Clearcase?
1
vote
1answer
30 views
how do i assign the arguments in the cleartool command in batch file
i have written the batch file as follows
v:
cd view/vob/component
set /p comment="enter comment: "
set /p base_line="enter baseline: "
cleartool mkbl -c "%comment%" %base_line%
…
1
vote
2answers
49 views
problem while compiling java code on network drive, it creating class files in lowercase
i am using clear-case source control, i created my vob repository(which has my java source code) on the network drive, when i rum my javac compiler on the source it compiles fine b …
1
vote
1answer
27 views
do any one have batch file to apply and create label or base line in clearcase
here i need a batch file which can apply and create label or base line to the versioned elements in clear-case project, please provide me if any one have this
1
vote
1answer
31 views
UCM Clear Case: Hiereachy of streams in one project vs multiple projects
We have a project and are about to add a new piece of functionality to otherwise stable codebase without any major changes going on except defect fixing. The plan is not develop th …
16
votes
25answers
1k 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 …
2
votes
2answers
48 views
Finding most commonly edited files in clearcase.
We are currently planning a quality improvement exercise and i would like to target the most commonly edited files in our clearcase vobs. Since we have just been through a bug fixi …
2
votes
3answers
40 views
how to find out all the checked out files in a branch
Hi Guys,
As title, could anyone of you give me a working instruction to solve that problem ?
thanks a lot!
1
vote
2answers
60 views
Adding Custom Controls dll to Visual Studio ToolBox From Clearcase’s Dynamic Views
I have a custom control dll that I saved into my network drive. I want to add it to Visual Studio toolbox, it came back and said Access is Denied. If I placed it in my desktop th …
1
vote
1answer
33 views
how to find out all the activities happend in a branch in the last month?
Hi Guys,
My problem is that The code in the branch I'm working in for some reason is corrupted now , but I didn't make any label in the branch so It's hard to "roll back" the code …
2
votes
2answers
83 views
Migrating Clearcase to X
I was asked to choose an open-source alternative to Clearcase-UCM, and I need an advice what would be the best match. Given below are some parameters I've collected:
Half of the …
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 fro …
8
votes
8answers
123 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 inte …
3
votes
4answers
73 views
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 …
