You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Irfan Sayed <ir...@gmail.com> on 2009/03/26 05:58:11 UTC

Email notification after commit

Hi All,

I need to configure the email notification after a commit has happened.
Can somebody please let me know the step by step procedure to configure the
same.

please help

Regards
Irf

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1425790

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 26, 2009, at 09:55, Mihamina Rakotomandimby (R12y) wrote:

> Execute this on the SVN hosting:
>
>      find / -type f -name 'post-commit.tmpl'
>
> You will find your answer.
> http://svnbook.red-bean.com/en/1.1/ch05s02.html will help too.

Let's refer people to the current version of the book, not the  
ancient 1.1 version:

http://svnbook.red-bean.com/en/1.5/svn.reposadmin.create.html

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1437503

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by "Mihamina Rakotomandimby (R12y)" <mi...@lab.vectoris.fr>.
Execute this on the SVN hosting:

     find / -type f -name 'post-commit.tmpl'

You will find your answer.
http://svnbook.red-bean.com/en/1.1/ch05s02.html will help too.

-- 
                              Chef de projet chez Vectoris
                                  Phone: +261 33 11 207 36
System: xUbuntu 8.10 with almost all from package install
    http://www.google.com/search?q=mihamina+rakotomandimby

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1431120

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Irfan Sayed <ir...@gmail.com>.
Please please advice/help

On Mon, Mar 30, 2009 at 3:30 PM, Irfan Sayed <ir...@gmail.com> wrote:

> Hi All,
>
> Thanks all for your valuable input. the issue is that the location where
> you have pointed me mentions that use the "commit-email.pl" file (perl file)
> but i did not find this script anywhere.
>
> Could you please let me know the exact path where i can find this script.
>
> please help/advice
>
> Regards
> Irf.
>
>
> On Mon, Mar 30, 2009 at 11:23 AM, Irfan Sayed <ir...@gmail.com>wrote:
>
>> Hi,
>> It is a unix SERVER.
>>
>> Regards
>> Irf
>>
>>   On Thu, Mar 26, 2009 at 8:27 PM, Brown, Michael <
>> michael.l.brown@philips.com> wrote:
>>
>>>  Unix or PeeCee server?
>>>
>>>
>>>
>>>  --
>>>
>>> You design it, I'll build it
>>>
>>> e-mail: michael.l.brown@philips.com
>>>
>>> desk: 608-288-6969
>>>
>>> cell: 608-206-6843
>>>
>>>
>>>
>>> *From:* Irfan Sayed [mailto:irfu.sayed@gmail.com]
>>> *Sent:* Thursday, March 26, 2009 1:50 AM
>>> *To:* users@subversion.tigris.org
>>> *Subject:* Re: Email notification after commit
>>>
>>>
>>>
>>> Hi All,
>>>
>>>
>>>
>>> Please help.
>>>
>>>
>>>
>>> Regards
>>>
>>> Irf
>>>
>>> On Thu, Mar 26, 2009 at 11:28 AM, Irfan Sayed <ir...@gmail.com>
>>> wrote:
>>>
>>> Hi All,
>>>
>>>
>>>
>>> I need to configure the email notification after a commit has happened.
>>>
>>> Can somebody please let me know the step by step procedure to configure
>>> the same.
>>>
>>>
>>>
>>> please help
>>>
>>>
>>>
>>> Regards
>>>
>>> Irf
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------
>>> The information contained in this message may be confidential and legally
>>> protected under applicable law. The message is intended solely for the
>>> addressee(s). If you are not the intended recipient, you are hereby notified
>>> that any use, forwarding, dissemination, or reproduction of this message is
>>> strictly prohibited and may be unlawful. If you are not the intended
>>> recipient, please contact the sender by return e-mail and destroy all copies
>>> of the original message.
>>>
>>
>>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1481298

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Irfan Sayed <ir...@gmail.com>.
Thanks all. It helped lot.

Regards
Irfan.



On Tue, Mar 31, 2009 at 5:21 AM, Ryan Schmidt <
subversion-2009a@ryandesign.com> wrote:

> On Mar 30, 2009, at 05:00, Irfan Sayed wrote:
>
> Thanks all for your valuable input. the issue is that the location where
>> you have pointed me mentions that use the "commit-email.pl" file (perl file)
>> but i did not find this script anywhere.
>>
>> Could you please let me know the exact path where i can find this script.
>>
>
> commit-email.pl is part of the Subversion source distribution, or you can
> get it here:
>
> http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/
>
> However, note that using commit-email.pl is no longer recommended. Instead,
> please consider using mailer.py, which is available in the Subversion source
> distribution, and here:
>
> http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/
>
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1493459

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 30, 2009, at 05:00, Irfan Sayed wrote:

> Thanks all for your valuable input. the issue is that the location  
> where you have pointed me mentions that use the "commit-email.pl"  
> file (perl file) but i did not find this script anywhere.
>
> Could you please let me know the exact path where i can find this  
> script.

commit-email.pl is part of the Subversion source distribution, or you  
can get it here:

http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/

However, note that using commit-email.pl is no longer recommended.  
Instead, please consider using mailer.py, which is available in the  
Subversion source distribution, and here:

http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1488028

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Irfan Sayed <ir...@gmail.com>.
Hi All,

Thanks all for your valuable input. the issue is that the location where you
have pointed me mentions that use the "commit-email.pl" file (perl file) but
i did not find this script anywhere.

Could you please let me know the exact path where i can find this script.

please help/advice

Regards
Irf.


On Mon, Mar 30, 2009 at 11:23 AM, Irfan Sayed <ir...@gmail.com> wrote:

> Hi,
> It is a unix SERVER.
>
> Regards
> Irf
>
>   On Thu, Mar 26, 2009 at 8:27 PM, Brown, Michael <
> michael.l.brown@philips.com> wrote:
>
>>  Unix or PeeCee server?
>>
>>
>>
>>  --
>>
>> You design it, I'll build it
>>
>> e-mail: michael.l.brown@philips.com
>>
>> desk: 608-288-6969
>>
>> cell: 608-206-6843
>>
>>
>>
>> *From:* Irfan Sayed [mailto:irfu.sayed@gmail.com]
>> *Sent:* Thursday, March 26, 2009 1:50 AM
>> *To:* users@subversion.tigris.org
>> *Subject:* Re: Email notification after commit
>>
>>
>>
>> Hi All,
>>
>>
>>
>> Please help.
>>
>>
>>
>> Regards
>>
>> Irf
>>
>> On Thu, Mar 26, 2009 at 11:28 AM, Irfan Sayed <ir...@gmail.com>
>> wrote:
>>
>> Hi All,
>>
>>
>>
>> I need to configure the email notification after a commit has happened.
>>
>> Can somebody please let me know the step by step procedure to configure
>> the same.
>>
>>
>>
>> please help
>>
>>
>>
>> Regards
>>
>> Irf
>>
>>
>>
>>
>>
>> ------------------------------
>> The information contained in this message may be confidential and legally
>> protected under applicable law. The message is intended solely for the
>> addressee(s). If you are not the intended recipient, you are hereby notified
>> that any use, forwarding, dissemination, or reproduction of this message is
>> strictly prohibited and may be unlawful. If you are not the intended
>> recipient, please contact the sender by return e-mail and destroy all copies
>> of the original message.
>>
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1480236

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Irfan Sayed <ir...@gmail.com>.
Hi,
It is a unix SERVER.

Regards
Irf

On Thu, Mar 26, 2009 at 8:27 PM, Brown, Michael <michael.l.brown@philips.com
> wrote:

>  Unix or PeeCee server?
>
>
>
>  --
>
> You design it, I'll build it
>
> e-mail: michael.l.brown@philips.com
>
> desk: 608-288-6969
>
> cell: 608-206-6843
>
>
>
> *From:* Irfan Sayed [mailto:irfu.sayed@gmail.com]
> *Sent:* Thursday, March 26, 2009 1:50 AM
> *To:* users@subversion.tigris.org
> *Subject:* Re: Email notification after commit
>
>
>
> Hi All,
>
>
>
> Please help.
>
>
>
> Regards
>
> Irf
>
> On Thu, Mar 26, 2009 at 11:28 AM, Irfan Sayed <ir...@gmail.com>
> wrote:
>
> Hi All,
>
>
>
> I need to configure the email notification after a commit has happened.
>
> Can somebody please let me know the step by step procedure to configure the
> same.
>
>
>
> please help
>
>
>
> Regards
>
> Irf
>
>
>
>
>
> ------------------------------
> The information contained in this message may be confidential and legally
> protected under applicable law. The message is intended solely for the
> addressee(s). If you are not the intended recipient, you are hereby notified
> that any use, forwarding, dissemination, or reproduction of this message is
> strictly prohibited and may be unlawful. If you are not the intended
> recipient, please contact the sender by return e-mail and destroy all copies
> of the original message.
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1478203

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Email notification after commit

Posted by "Brown, Michael" <mi...@philips.com>.
Unix or PeeCee server?

 --
You design it, I'll build it
e-mail: michael.l.brown@philips.com
desk: 608-288-6969
cell: 608-206-6843

From: Irfan Sayed [mailto:irfu.sayed@gmail.com]
Sent: Thursday, March 26, 2009 1:50 AM
To: users@subversion.tigris.org
Subject: Re: Email notification after commit

Hi All,

Please help.

Regards
Irf
On Thu, Mar 26, 2009 at 11:28 AM, Irfan Sayed <ir...@gmail.com>> wrote:
Hi All,

I need to configure the email notification after a commit has happened.
Can somebody please let me know the step by step procedure to configure the same.

please help

Regards
Irf



________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1431135

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Irfan Sayed <ir...@gmail.com>.
Hi All,

Please help.

Regards
Irf

On Thu, Mar 26, 2009 at 11:28 AM, Irfan Sayed <ir...@gmail.com> wrote:

> Hi All,
>
> I need to configure the email notification after a commit has happened.
> Can somebody please let me know the step by step procedure to configure the
> same.
>
> please help
>
> Regards
> Irf
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1426185

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Email notification after commit

Posted by Andy Levy <an...@gmail.com>.
On Thu, Mar 26, 2009 at 01:58, Irfan Sayed <ir...@gmail.com> wrote:
> Hi All,
>
> I need to configure the email notification after a commit has happened.
> Can somebody please let me know the step by step procedure to configure the
> same.

Try this as a starting point. http://tinyurl.com/cek5x3

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1431208

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].