I am using Hudson with PHP to analyse, run-tests etc. But I want to create a deployment policy through which:
- I can deploy my files on server (Hudson itself installed on server),
- If code gives some error on production I can roll-back to any particular old builds.
I don't want to use SVN tagging.
How I can achieve this?