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

Re: mailer.py now should work on Windows - soliciting testers (furtherinformation)

From: Nicklas Norling <exinor_at_exinor.net>
Date: 2005-01-11 15:49:00 CET

> Nicklas Norling wrote:
>>> Max Bowsher wrote:
<snip>
>> AttributeError: 'module' object has no attribute
>> 'argv_to_command_string'
>>
>> I have created a test repo Test1 at the path E:\Svnrepo\Test1. I've just
>> committed revision 19 to it before I ran the script.
>> I realize I probably did something silly but can't understand what.
>
> No, that would be my fault. Thanks for testing and discovering my
> oversight.
>
> Fix applied in r12670.
>
> Max.
>

Ok, gave that a try with the same setup etc. as before:

E:\Svnrepo\Test1\hooks>mailer.py commit "E:\Svnrepo\Test1" 19
Traceback (most recent call last):
  File "D:\Program Files\Subversion\bin\mailer.py", line 793, in ?
    author, propname)
  File "D:\Python\lib\site-packages\svn\core.py", line 33, in run_app
    return apply(func, (pool,) + args, kw)
  File "D:\Program Files\Subversion\bin\mailer.py", line 50, in main
    messenger.generate()
  File "D:\Program Files\Subversion\bin\mailer.py", line 361, in generate
    group, params, subpool)
  File "D:\Program Files\Subversion\bin\mailer.py", line 416, in
generate_content
    generate_diff(output, cfg, repos, date, change, group, params, pool)
  File "D:\Program Files\Subversion\bin\mailer.py", line 576, in
generate_diff
    output.run(cfg.get_diff_cmd({
  File "D:\Program Files\Subversion\bin\mailer.py", line 170, in run
    pipe_ob.wait()
AttributeError: Popen4 instance has no attribute 'wait'

/Nicke

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 11 15:50:06 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.