19 April 2007 15:30
Subversion pre-commit hook
by kalooniSubversion’s hook scripts provide a powerful and flexible way to associate actions with repository events. For example, the pre-commit hook allows you to check – and possibly abort – a transaction before it actually gets committed. This entry describes how to install and test a simple Python hook script to prohibit tabs from C++ files.
1
(2 marks)