English 中文(简体)
Teamcity and 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.

问题回答

暂无回答




相关问题
Teamcity and 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 ...

Clearcase UCM - Working with streams and components, how?

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 ...

Setting up TeamCity to work with ClearCase

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 ...

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 clearcase vob directory ...

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 practicespotential ...

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?

热门标签