So under /svn/repo/hooks I have a post-commit script. Every time we start a new svn repo for another project I need to go to the server and copy the simple master post-commit script.
I noticed under /svn/hooks there's the standard .tpml. Are the hooks in this folder global and apply to all repos? Or is this hooks folder for something else?
I think the tpml files are just templates to copy and modify.. What about creating a script to use in place of "svnadmin create", that would create the new repository AND copy the standard hooks? Or it could just create a symlink to them, so if you need to modify one of them, you don't have to re-copy it inside every repository.