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

Using python with svn

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

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.

Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 11 13:40:26 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.