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

Re: Using python with svn

From: Wichert Akkerman <wichert_at_wiggy.net>
Date: 2007-12-11 16:13:05 CET

Reedick, Andrew wrote:
>> -----Original Message-----
>> From: Wichert Akkerman [mailto:wichert@levante.wiggy.net] On Behalf Of
>> Wichert Akkerman
>> Sent: Tuesday, December 11, 2007 7:40 AM
>> To: users@subversion.tigris.org
>> Subject: Using python with svn
>>
>> I'm having problems using the python subversion bindings. I am
>>
> starting
>
>> with something very simple: get the UUID for a remote repository. This
>> code should work from what I've been reading so far:
>>
>> from svn.client import svn_client_create_context
>> from svn.client import svn_client_uuid_from_url
>>
>> context=svn_client_create_context()
>> svn_client_uuid_from_url("http://svn.plone.org/svn/plone",
>>
> context)
>
>> however all that does is immediately segfault.
>>
>>
>
> Well if you're on AIX:
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=72692
>
I'm on Linux, although this has to run on other platforms as well. My
problem is not that it segfaults when loading the libsvn module; it
segfaults when on the svn_client_uuid_from_url call.

Wichert.
>
>

-- 
Wichert Akkerman <wichert@wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.
Received on Tue Dec 11 16:13:24 2007

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.