views:

21

answers:

0

We have a code base composed of many projects. Currently each time we add a project on SVN we must reconfigure CruiseControl to start build and test on such project.

I'm looking for a tool (better if open source) able to scan the SVN repository and find new projects by itself. A project can be "a SVN folder containing trunk, tags, branches subfolders".

Even better if the tool supports multistaged continous integration and build on demand.

Thanks