1
I need to create a hook in SVN, pre-commit that blocks any files that are with extension ". rar" and ". zip".
And display a message like " The commit has been locked, this type of file cannot be added." (example)
1
I need to create a hook in SVN, pre-commit that blocks any files that are with extension ". rar" and ". zip".
And display a message like " The commit has been locked, this type of file cannot be added." (example)
Browser other questions tagged svn commit
You are not signed in. Login or sign up in order to post.
Why not use svn ignore instead?
– Joao Vitorino