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

Re: mailer.py on Win2K

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-27 12:03:13 CEST

David Summers wrote:
> Hello,
> I'm trying to get mailer.py to work on Win2k with ActiveState Python
> 2.3 with Subversion 1.1.4.
>
> I believe I have everything set up correctly, I copied the python bindings
> directories from the subversion download site to
> C:\Python23\Libs\site-packages and was able to get rid off all the python
> errors indicating it didn't know about the subversion import modules.
>
> However, now I'm getting a tracback as follows:
>
> I:\svnroot\test>python mailer.py commit \svnroot\test 2
> Traceback (most recent call last):
> File "mailer.py", in line 797, in ?
> author, propname)
> File "C:\Python23\lib\site-packages\svn\core.py, line 33, in run_app
> return apply( func, (pool,) + args, kw )
> File "mail.erpy", line 37 in main
> repos = Repository( repos_dir, rev, pool )
> File "mailer.py", line 601, in __init__
> self.root_this = self.get_root( rev )
> File "mailer.py", line 613, in get_root
> root = self.roots[rev] = svn.fs.revision_root( self.fs_ptr, rev,
> self.pool )
> SystemError: null argument to internal routine
>
> (I hope I got all that correct, I wrote it down and tried to transcribe it
> exactly into this email)
>
> I assume that mailer.py is purported to work on Windows?
>
> If so, could someone point me to what I'm doing wrong?

Some error is occurring, but due to a bug in the bindings build on Windows,
the error is not being reported to you properly.
http://subversion.tigris.org/issues/show_bug.cgi?id=2202

I guess we really ought to raise the priority of this one.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 27 12:04:18 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.