On Jun 23, 2006, at 07:48, 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.
>
> 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 )
No, because I've never used svnmailer before. But they seem to have
documentation too:
http://opensource.perlig.de/svnmailer/doc-1.0/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 23 09:30:09 2006