-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
I'd like to specify an explicit revision number for the SVN checkout/hudson.
Currently we do
#
- checkout with an explicit version
if [ -d "$SVNBASE" ]; then
svn up -r@hudson.jboss50.rev@ $SVNBASE
else
svn co -r@hudson.jboss50.rev@ @hudson.jboss50.url@
fi
to build the last known good target container for jbossws
cheers
-thomas
I thought usually people do this by using svn:external (and we have an RFE filed
for that, too, I think.)
We can certainly extend Hudson to allow you to specify a revision, but if you do
that, the SCM itself won't leave any relationship record of which version of
your software was built with which version of JBoss.