I have configured a build parameter in Hudson for the revision number. I would like to set a default value so that SVN head is built when the revision number is not specified/changed. HEAD
does not seem to be working.
This is my subversion repository configured in hudson:
http://my_svn_location/trunk@${revision}
I see the following error when I build:
Location 'http://my_svn_location/trunk@HEAD' does not exist.
Any workarounds?