How can I add multiple pre-commit SVN Hooks
        Posted  
        
            by Alister Bulman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alister Bulman
        
        
        
        Published on 2010-05-27T10:37:10Z
        Indexed on 
            2010/05/27
            10:41 UTC
        
        
        Read the original article
        Hit count: 346
        
I've got several pre-commit hooks that I would like to run before each commit. Right now, they are all just shell-scripts, so I know i could just concatenate them to get them all to run. In the future though, additional scripts may be written in Perl, PHP, or some other language as well.
How can I run several different scripts as part of a single pre-commit hook?
© Stack Overflow or respective owner