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

Re: "null argument to internal routine" using repos.svn_repos_open (Python bindings)

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-12-03 18:07:07 CET

(Sorry for the duplicate post, Philip)

Philip Martin wrote:
> François Beausoleil <fbeausoleil@ftml.net> writes:
>>repos_url=[svn://localhost/], pool=[_98158d00_p_apr_pool_t]
>>Traceback (most recent call last):
>> File "rsvn.py", line 70, in ?
>> repo = repos.svn_repos_open(repos_url, pool)
>>SystemError: null argument to internal routine
>
>
> I don't know if it makes a difference, but svn_repos_open requires a
> path, not an URL.

Yes, I found out a few minutes after I sent the mail. With the right
type of argument, I still get the same error, though:

$ python rsvn.py D:\rsvn\repos
Accessing repository at [D:\rsvn\repos]
Traceback (most recent call last):
   File "rsvn.py", line 72, in ?
     repo = repos.svn_repos_open(repos_path, pool)
SystemError: null argument to internal routine

Same error, same place.

There are a few references to this exact error message on Google, but
none has a definitive answer.

Anything else I should check ?

Thanks !
François

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

Received on Fri Dec 3 18:14:37 2004

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.