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

[PATCH] Fix python bindings for svn.ra.get_dir2

From: Jelmer Vernooij <jelmer_at_samba.org>
Date: 2006-05-10 22:35:30 CEST

Hi,

The attached patch fixes the python bindings for svn.ra.get_dir2() and
svn.ra.get_dir(). Previously these functions would only return the list
of properties on a directory; it now returns a tupel with a list of
dirents, revnum that was actually fetched and the list of properties.

Changes:

[[[
 * subversion/bindings/swig/svn_ra.i: Mark apr_hash_t **dirents for
conversion

 * subversion/bindings/swig/include/apr.swg: Add typemap for
apr_hash_t's containing svn_dirent_t structs, allow apr_hash_t's with
properties to be used in tuples.

]]]

Cheers,

Jelmer

-- 
Jelmer Vernooij <jelmer_at_samba.org> - http://samba.org/~jelmer/

Received on Wed May 10 22:36:18 2006

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.