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

Re: svn commit: r35900 - in trunk: . build/ac-macros subversion/libsvn_ra

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: Fri, 27 Feb 2009 00:37:48 -0800

On Wed, Feb 25, 2009 at 11:04 PM, Eric Gillespie <epg_at_pretzelnet.org> wrote:
> Anyone get serf working with the Python bindings yet?  I've
> posted about it before.  The onus is on serf supporters.

With r36174, "it works for me"(TM). All r36174 does is work around
the fact that the tests don't provide a full configuration which
shouldn't matter for 'real' users of the bindings...anyway...see below
for my interaction transcript.

In the absence of specific reports, I'm not sure what else you're
seeing. -- justin

Python 2.6.1 (r261:67515, Feb 26 2009, 23:30:43)
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from svn import ra
>>> ra.initialize()
>>> cb = ra.Callbacks()
>>> ra_ctx = ra.open2("http://svn.collab.net/repos/svn", cb, None, None)
>>> print ra.get_repos_root(ra_ctx)
http://svn.collab.net/repos/svn
>>> print ra.get_uuid(ra_ctx)
612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
>>> print ra.get_latest_revnum(ra_ctx)
36173
>>> print ra.rev_proplist(ra_ctx, ra.get_latest_revnum(ra_ctx))
{'svn:log': 'Simplified chinese translation update.\n\n*
subversion/po/zh_CN.po: Update to r36172, translate new strings.\n',
'svn:author': 'cauchy', 'svn:date': '2009-02-27T07:06:41.984116Z'}

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1237509
Received on 2009-02-27 09:38:07 CET

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.