Re: More pythonic API, direct bdb access?
From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-10-18 20:25:25 CEST
Petri Savolainen wrote:
Barry Scott (barry@barrys-emacs.org) recently started working on a swig
> By the way, since python has good berkeley db support built-in now,
It'd be a lot more difficult to access the database through bdb. The fs api
http://svn.collab.net/repos/svn/trunk/subversion/include/svn_fs.h
with the schema documentation:
http://svn.collab.net/repos/svn/trunk/subversion/libsvn_fs/structure
One reason why accessing the berkeley db directly might be harder than you'd
http://svn.collab.net/repos/svn/trunk/subversion/libsvn_fs/util/skel.h
You'd have to either wrap this or reimplement this do to anything useful
> Direct access would allow skipping the swig layer and apr stuff
I'd actually like to see a few basic fs operations implemented in python. I
- Russ
---------------------------------------------------------------------
|
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.