svnbuild-processbuild-automationbuild-management

Automating builds from subversion tags


I'm trying to automate the build process for engineering group. As part of that automation, I'm trying to get to a point where the act of applying a specific tag that adheres to a pattern will kick off an automated process that will do the following:

I'm pretty certain I could do this with a post-hook in subversion, but I'm trying to figure out a way to do this with something other than a subversion hook.

My preferences:


Solution

  • I like hudson - EASY to set up and works out of the box with SVN.

    You can configure it to build on every commit.

    I downloaded it and got started building with it within a day. It has gone through a lot of tweaks, but I would recommend it to anyone.

    I have also used cruise control but am not as happy with that. I don't have any specific reasons other than cross-platform issue.

    EDIT

    I recently added a job on my hudson build server that listens for a google/gmail jabber chat. I can "promote" a "regular" build to a release build with this mechanism. I just set up a new job that does the steps necessary to promote/publish a private build into a release candidate.