Wednesday, August 15, 2012

Workaround for using Subversion 1.7 with Hudson 2.1.2

Hudson version 2.1.2 has support for SVN 1.6 via Hudson Subversion Plug-in. But I wanted the magic of centralized metadata so upgraded to SVN 1.7. Hudson needs to be upgraded to 2.2.1 to take advantage of SVN 1.7 so as a workaround you can use the following build step:-

  1. Install SVN client 1.7 on the server : http://www.collab.net/downloads/subversion
  2. Go to Hudson build job->Configure
  3. Disable Source Code management via Subversion
  4. Add Build Step->Execute Windows batch command:-
image

Basically you are deleting code and checking out manually rather than Hudson plugin doing it.

No comments:

Post a Comment

Thank you for your feedback