-
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