[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: How to setup email notifications on svn

From: ashok <ashok.reddy_at_cem-solutions.net>
Date: 2006-06-23 07:48:33 CEST

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

 

 
Received on Fri Jun 23 07:50:25 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.