views:

289

answers:

2

I had never tried Continuum as a build server until recently when a project required it. I appreciate the integration with Maven builds however I have been unable to find a way to have Continuum build my projects on every Subversion commit (like CruiseControl).

There are several issue/bugs reported related to this topic of triggering builds from the configured SCM ... but all seem to be closed citing duplicate issues. Has anyone gotten this to work or have any advice on how to implement it?

Thank you.

+2  A: 

Typically, I use the post-commit hooks in svn to invoke a command or post to an url. This is pretty much how everything integrates with svn.

Keith Fitzgerald
+1  A: 

To integrate Keith answer: you have to notify continuum using the XML-RPC interface.

Luca Tettamanti