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

Re: [PATCH] Support svn.ra.get_file_revs()

From: Jelmer Vernooij <jelmer_at_samba.org>
Date: 2006-06-18 16:50:39 CEST

On Sun, 2006-06-18 at 01:25 -0700, David James wrote:
> On 6/17/06, Jelmer Vernooij <jelmer@samba.org> wrote:
> 2) In svn_swig_py_ra_file_rev_handler_func, we should pass in
> py_prop_diffs to the callback function instead of the regular
> "prop_diffs". (prop_diffs is not a Python object.)
Well spotted, thanks.

> Once these issues are fixed, this is ready to commit, I think.
Fixed version is attached. Is this ok to commit?

[[[
Fix Python bindings for svn.ra.get_file_revs().

 * subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.[ch]
   (svn_swig_py_ra_file_rev_handler_func): Add Python wrapper for
    svn_ra_file_rev_handler_t.
   (svn_swig_py_proparray_to_dict): New function.
 * subversion/bindings/swig/svn_ra.i: Add typemap for
    svn_ra_file_rev_handler_t.
 * subversion/bindings/swig/python/tests/ra.py
   (test_get_file_revs): Add test for svn.ra.get_file_revs().
]]]

Since Python has the ability to store entries with value None in
dictionaries that are different from nonexisting entries (unlike
apr_hash_t) I chose to use a dictionary rather than a list of
(name,value) tuples for prop_diffs.

Cheers,

Jelmer

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

Received on Sun Jun 18 17:20:05 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.