Is it possible to make svn run some command before every commit? I have some documentation in LaTeX in the repository and would like to have always the latest version of the compiled docs available as a pdf in the repository. The same would go with doxygen docs.
I'd bet that there is some magic svn:something property or something like that, but haven't found anything yet. Thanks.
Edit: Thanks for the answers, but as far as I understand it hooks run on the server. In this case I don't have access to the server (the project is hosted on Assembla). Is there any way to do these things on a client?