I have installed CollabNet SVN. It can be accessed and I created some repositories. I want to add two hooks:
1) A pre-commit hook to make comments mandatory while committing. The hook should check length of comments.
2) A hook to ignore contents of bin and obj folders.
I want that both these hooks should force all users of SVN to follow them, so they should be on the server, not on my local Tortoise SVN.
I would really appreciate if you can either show me how to do it or guide me to a tutorial. This is the first time I am working on SVN-related stuff.
Thanks.