Hi folks:
Background:
We use NAnt as our building tool.
Question:
How can I tell Hudson to build a specific revision in SVN, instead of the latest one by default?
Thanks.
Hi folks:
Background:
We use NAnt as our building tool.
Question:
How can I tell Hudson to build a specific revision in SVN, instead of the latest one by default?
Thanks.
You configure the svn location including the revision number
<SVN_URL>@revision
Instead of putting the revision number hard coded in there you can use a parameter for the hudson job
<SVN_URL>@$param
This is a plugin for Hudson that works really well. It displays a list of revisions and allows you to select one to build.
http://wiki.hudson-ci.org/display/HUDSON/Subversion+Release+Manager