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

Re: My subversion server suddenly can not send email to me

From: Christian Unger <christian.unger_at_mac.com>
Date: Mon, 10 Mar 2008 11:24:44 +0100

afaik, subversion has no means of sending email 'on it's own'.

the means which is used to send email notificications is a hook script
wich may act as a trigger for arbitrary applications.
the hook script itself is triggered at defined stages of a commit
(pre, post).
depending on the kind of hook, subversion passes different parameters.

to check your hooks, look into the repository's 'hooks' subdirectory:
hooks:
        post-commit
        post-lock
        post-revprop-change
        post-unlock
        pre-commit
        pre-lock
        pre-revprop-change
        pre-unlock
        start-commit

you may want to check whether your hook script is executable and
depending on the error message if it finds all it's dependendcies, or
if it is called with sensible options.

cu
christian unger

On Mar 10, 2008, at 5:24 AM, yi xia wrote:

> Hi All
> I am using subversion1.4.2, it works all the time.
> But recently I found that it can not send email out without any
> waring/error pop out.
>
> The script i am using is commit-email.pl
>
> anyone can tell me how to enable it again or how to debug it?
>
> Thanks
>
> Max

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-10 11:25:16 CET

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.