Page 1 of 1

automatic email notification

PostPosted: Thu Oct 18, 2007 7:48 pm
by mingyuansung
HI,
Is there a way to set up automatic email notification to manager when team members do a source commit?
Thanks. :roll:

PostPosted: Fri Oct 19, 2007 11:11 am
by sorin
Hello,

Yes, but it must be done on the SVN server. The client cannot do that as the SVN protocol does not provide such a feature. On the SVN server you have to set up a post-commit hook for email notifications.


Regards,
Sorin

PostPosted: Fri Oct 19, 2007 6:12 pm
by mingyuansung
Yes,
I found out I can either use svnnotify or write my own perl code in the post-commit script.
Thanks a lot.