Need post commit hook script

bubloo
bubloo
Hi all,    can any one please provide post commit script for getting notifications when commit happens.    and the requirement for the script is      for example my repository structure is...    -->project/  -->branches/  demo  demo1  demo2  -->tags/  ....  .....  ->trunks/  abc  abc2  abc3    where I have different users for branches/demo and branches/demo1.  when users commit changes to demo under branches. the demo users should get notification but shouldn't get notification.  to demo1 users or all repo users. similar way , when i commit changes to trunk /abc .user under abc should get notification but not all repo users or users under branches or tags.    Thankful to who ever replies .please share thoughts as soon as posssible its urgent    thanks  bubloo

Last updated

Mand
Mand
You can do this with the basic post-commit hook that is distributed with Subversion but you'll need to fiddle with the contents of mailer.conf until you get what you want. Info on how to do that here.   Alternatively, uberSVN will give you this by default (dashboard comments and repo notifications to users of the same team), with little or no config required.

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.