[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: Reedick, Andrew <jr9445_at_ATT.COM>
Date: 2007-12-11 16:05:37 CET

> -----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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 11 16:06:39 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.