Reputation: 8950
I'm getting more and more annoyed about some processes that could probably be automatically improved.
Indeed, I would like to know if there are some tools that manage to:
Of course, I could do these by myself (not necessarily easy but doable), I just don't want to waste my time reinventing the wheel.
We're using Subversion, Hudson and Trac at work, just in case some of their plugins could do that.
Upvotes: 2
Views: 111
Reputation: 97389
Upvotes: 1
Reputation: 1176
I think your best bet would be to add post-commit hook scripts in subversion.
Relevant page in the SVN book is here: http://svnbook.red-bean.com/en/1.5/svn.reposadmin.create.html#svn.reposadmin.create.hooks
Upvotes: 1