You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ashok <as...@cem-solutions.net> on 2006/06/22 11:22:02 UTC

How to setup email notifications on svn

Hi all,,

 

Can somebody pls post me the steps to configure the email notifications on
the repository checkin done by users.

 

 

Regards,

Ashok Reddy 

  _____  

 Linux, Irix | 

 


RE: How to setup email notifications on svn

Posted by ashok <as...@cem-solutions.net>.
Hello frnd,,

 

I have installed rpm svnmailer installed fine.

 

#svn-mailer -help   listed me all options available.

 

Now is have repository  by name test

 

 [root@repository test]# ls

README.txt  conf  dav  db  format  hooks  locks

 

[root@repository test]# cd hooks/

 

[root@repository test]# vi post-commit

 

/usr/bin/svn-mailer --commit --config /path/to/your/config  --repository
"${REPOS}" --revision "${REV}" &~

 

Can you pls tell me what are all the descriptive that I need to mention in
config file. (--config /path/to/your/config )

 

Thanking You,

 

Regards,

Ashok Reddy 

  _____  

 Linux, Irix |  

 

 

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006q2@ryandesign.com] 
Sent: Thursday, June 22, 2006 5:37 PM
To: ashok
Cc: users@subversion.tigris.org
Subject: Re: How to setup email notifications on svn

 

 

On Jun 22, 2006, at 13:22, ashok wrote:

 

> Can somebody pls post me the steps to configure the email  

> notifications on the repository checkin done by users.

 

 

Please read about hooks in the book:

 

http://svnbook.red-bean.com/en/1.2/ 

svn.reposadmin.create.html#svn.reposadmin.create.hooks

 

Particularly the section on post-commit hooks, which is the type of  

hook you would want for this.

 

 

---------------------------------------------------------------------

To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org

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

 

 


Re: How to setup email notifications on svn

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 22, 2006, at 13:22, ashok wrote:

> Can somebody pls post me the steps to configure the email  
> notifications on the repository checkin done by users.


Please read about hooks in the book:

http://svnbook.red-bean.com/en/1.2/ 
svn.reposadmin.create.html#svn.reposadmin.create.hooks

Particularly the section on post-commit hooks, which is the type of  
hook you would want for this.


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