I have a clearcase project spanning multiple vobs. Teamcity 5.0 appears to assume your project is on a single clearcase vob.
Is it possible to have Teamcity build a clearcase project spanning multiple vobs?
I have a clearcase project spanning multiple vobs. Teamcity 5.0 appears to assume your project is on a single clearcase vob.
Is it possible to have Teamcity build a clearcase project spanning multiple vobs?
This thread seems to suggest a different approach for a multi-vob configuration:
Now "Relative Path within the view" field is not allowed to be the root. You should specify at least the VOB name.
But you can create two VCS roots for you configuration:
- VCS Root 1:
ClearCase View Path: "<SnapRoot path>"
Relative Path Within The View : "Vob 1"
- VCS Root 2:
ClearCase View Path: "<SnapRoot path>"
Relative Path Within The View : "Vob 2"
add a checkout rule
"+:.=>Vob 1"
to the first VCS root and a checkout rule"+:.=>Vob 2"
to the second.
Note: I would try using dynamic views instead of snapshot views, minimizing the "update snapshot views" times.
I have a clearcase project spanning multiple vobs. Teamcity 5.0 appears to assume your project is on a single clearcase vob. Is it possible to have Teamcity build a clearcase project spanning ...
My co-workers and I are relatively need to the stream idea with Clearcase UCM. Currently management has created streams for each functional software package, each of which has defined interfaces and ...
I ve been trying to get the CCRC 7.0.1 client working inside Visual Studio 2008 SP1 on a Windows Server 2008 R2 x64 client. Right now, it works inside VS2005 on the same client. I ve been following ...
When trying to compile a project with TeamCity, I am getting an error from cleartool: "get cleartext" failed: Permission denied. The command that is failing is a call to cleartool get: cleartool ...
I m trying to setup TeamCity to work with ClearCase for continuous integration, and I ve been having a few problems. TeamCity is complaining that it cannot build the patch for the build. I ve been ...
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 clearcase vob directory ...
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 practicespotential ...
Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?