Monday 10 November 2008

Pre-commit code review with subversion

Pre-commit code review with subversion

I want to impose(?) a review system in my current employee like the one that Google use with Mondrian. In that setup people cannot commit if their change they are doing it isn't approved.
So it seem obvious that the SCM needs to talk with the review system and ask if the commit is already approved and if it isn't just don't let the commit to proceed.