Hello all, I have this issue with me. I have a SVN structure foo like this :
Foo | | |_____ Docs | | | |______ Bar Now there is a pre-commit hook that checks for some conditions before allowing commits into Foo. However, I want to exclude Docs folder/file from this checking exercise. I want this checking to be implemented only for Bar (and also for all the modules inside Bar, if there are any multiple modules inside Bar). How do I achieve this ? I am new to the whole SVN thing and also have no experience in scripting. Please help. ---- Best regards, Amitakhya Phukan