We use Subversion for source control along with Maven for dependency management/ release preparation and Hudson as the CI server. The maven release prepare does the release tagging and creates a new tag in SVN. I would like to run the deploy job in Hudson off the latest tag (by default) and off other tags on demand.
Is there a way to get the latest SVN tag information in Hudson and pass it to a parameterized job.
Thanks