There is an Hudson version 2.2.1 set up and running build upon a subversion. I now want to automate the build process where if a user commits to the svn a build automatically takes place and send an email id if the build fails. But it requires editing post commit hooks. Is there any other way of achieving the same without using svn hooks?
-sam
Without post commit hooks, the only way that hudson can be notified of a change is through polling the svn server.
The Subversion plugin supports setting up a polling schedule (cron format- ex: every minute).