You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Hubert Sokolowski <h....@wsisiz.edu.pl> on 2004/12/09 13:45:43 UTC

problems with mailer.py on windows

Hi!

there are problems with mailer.py script on windows. it uses Popen3 class
which is not available on windows.
I downloaded the script from
http://svn.collab.net/repos/svn/branches/1.1.x/tools/hook-scripts/mailer/

is there other version of this script that works on windows?

regards
hs

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

Re: problems with mailer.py on windows

Posted by "C. Michael Pilato" <cm...@collab.net>.
Hubert Sokołowski <h....@wsisiz.edu.pl> writes:

> people on #svn in freenode.net told me that the python script is much
> more powerfull then the perl ones and use SMTP server instead of
> sendmail.

Actually, the Python one can use either SMTP or the mail-piping
program of your choice.

> do the perl scripts use SMTP server or just sendmail?

Sendmail (which probably makes them a Windows non-starter, eh?)

> I am not a python expert but I think that this should be easy for
> someone who knows python to fix the bug on windows.

You're probably right.

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


Re: problems with mailer.py on windows

Posted by Hubert Sokołowski <h....@wsisiz.edu.pl>.
On 09 Dec 2004 09:08:14 -0600
"C. Michael Pilato" <cm...@collab.net> wrote:

> "Hubert Sokolowski" <h....@wsisiz.edu.pl> writes:
> 
> > Hi!
> > 
> > there are problems with mailer.py script on windows. it uses Popen3
> > class
> > which is not available on windows.
> > I downloaded the script from
> > http://svn.collab.net/repos/svn/branches/1.1.x/tools/hook-scripts/mailer/
> > 
> > is there other version of this script that works on windows?
> 
> Don't think so.  But we also have the commit-email.pl and
> prochange-email.pl pair of scripts that might (?) work.
people on #svn in freenode.net told me that the python script is much
more powerfull then the perl ones and use SMTP server instead of
sendmail. do the perl scripts use SMTP server or just sendmail?
I am not a python expert but I think that this should be easy for
someone who knows python to fix the bug on windows.

-- 
Hubert Sokołowski

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


Re: problems with mailer.py on windows

Posted by "C. Michael Pilato" <cm...@collab.net>.
"Hubert Sokolowski" <h....@wsisiz.edu.pl> writes:

> Hi!
> 
> there are problems with mailer.py script on windows. it uses Popen3 class
> which is not available on windows.
> I downloaded the script from
> http://svn.collab.net/repos/svn/branches/1.1.x/tools/hook-scripts/mailer/
> 
> is there other version of this script that works on windows?

Don't think so.  But we also have the commit-email.pl and
prochange-email.pl pair of scripts that might (?) work.

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