You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anton Kovalenko <ph...@yahoo.com> on 2006/03/14 16:44:10 UTC

Mail notification for SVN

Hi!
   
  I want to provide mail notifications for SVN users, after every commit operation. How can I do this?
   
  Regards,
  Anton Kovalenko

		
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 

Re: Mail notification for SVN

Posted by Michael Wild <th...@gmail.com>.
Ryan Schmidt wrote:
> On Mar 14, 2006, at 23:55, Michael Wild wrote:
>
>> ps: why are the lists always set up such, that a "reply" will go to 
>> the OP instead to the list???
>
> Because the list administrators subscribe to this view:
>
>     http://www.unicom.com/pw/reply-to-harmful.html
>
> Not to this view:
>
>     http://www.metasystema.net/essays/reply-to.mhtml
>
>
>
ok, got the message :-) will hit "reply-to-all" in the future and rely 
on user-agents to handle duplicates... thanks for pointing that out.


michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Mail notification for SVN

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 14, 2006, at 23:55, Michael Wild wrote:

> ps: why are the lists always set up such, that a "reply" will go to  
> the OP instead to the list???

Because the list administrators subscribe to this view:

	http://www.unicom.com/pw/reply-to-harmful.html

Not to this view:

	http://www.metasystema.net/essays/reply-to.mhtml



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Mail notification for SVN

Posted by eg <eg...@gmail.com>.
Michael Wild wrote:
> 
> in the repository directory, there is a sub direcotry called hooks. have
> a look at post-commit.tmpl file. also read the doc about hooks in the
> red-book (you find a link on the subversion home page under documentation).
> 


Also, in the subversion repository directory there is a subdirectory 
named \tools\hook-scripts\mailer

In there is a mailer.py program and a mailer.conf.example file. The 
latter file is a sample config file for the mailer.py program.

This script can be configured to do the emailing that you want.

Alternatively, there is svnmailer (a mailer.py spinoff), which  can be 
found here:
http://opensource.perlig.de/svnmailer/




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Mail notification for SVN

Posted by Michael Wild <th...@gmail.com>.
Anton Kovalenko wrote:
> Hi!
>  
> I want to provide mail notifications for SVN users, after every commit 
> operation. How can I do this?
>  
> Regards,
> Anton Kovalenko
>
> ------------------------------------------------------------------------
> Yahoo! Mail
> Bring photos to life! New PhotoMail 
> <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com> 
> makes sharing a breeze. 

in the repository directory, there is a sub direcotry called hooks. have
a look at post-commit.tmpl file. also read the doc about hooks in the
red-book (you find a link on the subversion home page under documentation).

michael



ps: why are the lists always set up such, that a "reply" will go to the 
OP instead to the list???

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org