Re: Pre commit hook script help needed

2011-12-13 Thread Ryan Schmidt
Remember to Reply All so the conversation stays on the mailing list. On Dec 13, 2011, at 01:38, Amitakhya Phukan wrote: > On Tue, Dec 13, 2011 at 2:22 AM, Ryan Schmidt wrote: >> If you're using something like bash to write your post-commit hook script, >> you'll be running "svnlook changed" to s

Re: Pre commit hook script help needed

2011-12-12 Thread Ryan Schmidt
On Dec 12, 2011, at 05:19, Amitakhya Phukan wrote: > 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. Howe

Pre commit hook script help needed

2011-12-12 Thread Amitakhya Phukan
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