You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jürgen Hausfeld <jh...@bigdutchman.de> on 2004/12/09 10:04:12 UTC

Send mail after commit

Hello.

I am administrating the subversion repositories of our department. It would
be very nice to get an email for each commit of a developer to an appropriate
repository.

How can I realize this ?
Do I need something like viewCVS or is there a better way to do it (hooks)?

Thanks for your help.

Best regards
Juergen



+++ Besuchen Sie uns im Internet! Unter www.bigdutchman.de finden Sie wertvolle Informationen, hilfreiche Tipps und interessante Specials rund um die moderne Tierhaltung. +++

+++ Please visit our website at www.bigdutchman.com. You will find interesting information, helpful tips and specials you shouldn't miss. Bookmark it today! +++


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

Re: Send mail after commit

Posted by "S.Ramaswamy" <ra...@collab.net>.
S.Ramaswamy wrote:

> Jürgen Hausfeld wrote:
>
>> Hello.
>>
>> I am administrating the subversion repositories of our department. It 
>> would
>> be very nice to get an email for each commit of a developer to an 
>> appropriate
>> repository.
>>
>> How can I realize this ?
>> Do I need something like viewCVS or is there a better way to do it 
>> (hooks)?
>>
>>  
>>
> Yes, it is typically done using post-commit hooks.  The hook scripts 
> chapter of the svn book has the details :

oops, I meant "The hooks script section" , not chapter.

>
> http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-5-sect-2.1
>
>> Thanks for your help.
>>
>> Best regards
>> Juergen
>>
>>
>>
>> +++ Besuchen Sie uns im Internet! Unter www.bigdutchman.de finden Sie 
>> wertvolle Informationen, hilfreiche Tipps und interessante Specials 
>> rund um die moderne Tierhaltung. +++
>>
>> +++ Please visit our website at www.bigdutchman.com. You will find 
>> interesting information, helpful tips and specials you shouldn't 
>> miss. Bookmark it today! +++
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org




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

Re: Send mail after commit

Posted by "S.Ramaswamy" <ra...@collab.net>.
Jürgen Hausfeld wrote:

>Hello.
>
>I am administrating the subversion repositories of our department. It would
>be very nice to get an email for each commit of a developer to an appropriate
>repository.
>
>How can I realize this ?
>Do I need something like viewCVS or is there a better way to do it (hooks)?
>
>  
>
Yes, it is typically done using post-commit hooks.  The hook scripts 
chapter of the svn book has the details :

http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-5-sect-2.1

>Thanks for your help.
>
>Best regards
>Juergen
>
>
>
>+++ Besuchen Sie uns im Internet! Unter www.bigdutchman.de finden Sie wertvolle Informationen, hilfreiche Tipps und interessante Specials rund um die moderne Tierhaltung. +++
>
>+++ Please visit our website at www.bigdutchman.com. You will find interesting information, helpful tips and specials you shouldn't miss. Bookmark it today! +++
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>  
>



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

Re: Send mail after commit

Posted by "Martin A. Brooks" <ma...@hinterlands.org>.
Jürgen Hausfeld wrote:

>How can I realize this ?
>Do I need something like viewCVS or is there a better way to do it (hooks)?
>  
>

You can use a post-commit hook to do this.

Take a look at ~repo/hooks/post-commit.tmpl for an example.

Regards

Mart.

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