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.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.