In the svn repository/hooks directory i have a pre-commit script. For now, in the same directory I have also script.py that is triggered by pre-commit.
In above scenario, my script.py is not under version control. That makes sense if I can't trust my users. However, in my case, I can trust my users and for maintenance purposes I would like to keep script.py under version control (same repo).
The question is: how to trigger my script: trunk/tools/script.py from repository/hooks/pre-commit script ?