Re: how to avoid post-commit hook being executed when branches are modified

2010-06-23 Thread Kevin Wu
Thanks Ryan~ On Wed, Jun 23, 2010 at 2:41 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jun 23, 2010, at 01:30, Kevin Wu wrote: > > > I wrote my post-commit hook for the trunk. But whenever something is > committed to one branch, the hook is triggered. How to let post-commit h

Re: how to avoid post-commit hook being executed when branches are modified

2010-06-22 Thread Ryan Schmidt
On Jun 23, 2010, at 01:30, Kevin Wu wrote: > I wrote my post-commit hook for the trunk. But whenever something is > committed to one branch, the hook is triggered. How to let post-commit hook > discriminate the branch and the trunk? In the hook, run "svnlook dirs-changed" on the transaction, t

how to avoid post-commit hook being executed when branches are modified

2010-06-22 Thread Kevin Wu
Hi, I wrote my post-commit hook for the trunk. But whenever something is committed to one branch, the hook is triggered. How to let post-commit hook discriminate the branch and the trunk? Thanks a lot. -- Best wishes, Kevin Wu