documentation - Running a command with every svn commit -
Is it possible for svn to run some commands before each command? I have some documents in latex in the repository and it would always like to make the latest version of archived docs available as a PDF in the repository. The same must go with the Doksian docs.
I'm sure that some magic is SVN: some property or something like that, but nothing has been found yet. Thank you.
EDIT: Thanks for the answer, but as far as I understand that it runs the hook on the server, in this situation I do not have access to the server (the project is hosted on Assembla). Is there any way to do these things on the client?
If you generate documents automatically, then why put it all in the repository? You make it every time, so there is no point in making it variant (it is generated after all). I want to use a pre-committed hook to generate documentation and use it to store it in a common location to store it - store it in the repository is creating redundancy which is my The approach should be avoided.
(And I believe that pre-committed hooks should not be modified whatever is committed):
Comments
Post a Comment