2
votes
4answers
18 views
how to change views with clearcase on eclipse
I'm using eclipse to work on a HUGE C project and it works generally well except for not being able to change views.
I create a new project and set the project source to the clear …
3
votes
1answer
20 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 prac …
3
votes
1answer
36 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 …
16
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 …
1
vote
2answers
99 views
Evil twin problem and subtractive merge
Hi;
Could anyone explain what is a Evil Twin and Subtractive merge in Clearcase?
1
vote
2answers
56 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
39 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
1answer
52 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 …
2
votes
3answers
56 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!
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 …
1
vote
1answer
33 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
2
votes
2answers
65 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 …
1
vote
2answers
107 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
38 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 …
8
votes
8answers
127 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 …
