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

[PATCH] Python bindings for svn.ra.get_commit_editor2()

From: Jelmer Vernooij <jelmer_at_samba.org>
Date: 2006-05-18 20:18:23 CEST

Hi,

The attached patch fixes the arguments of the Python bindings for the
svn.ra.get_commit_editor2() call. Typemaps for the return value
(svn_delta_editor *, void *) will be the next patch.

[[[
 * subversion/bindings/swig/svn_delta.i: Remove duplicate prototype for
svn_swig_py_make_editor

 * subversion/bindings/swig/svn_ra.i: Mark const svn_delta_editor ** as
out argument

 * subversion/bindings/swig/python/tests/ra.py: Add test for
svn.ra.get_commit_editor2()

 * subversion/bindings/swig/include/svn_types.swg
   subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.h
   subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c
   (svn_swig_py_commit_callback2): Add Python wrapper for
svn_commit_callback2_t()
]]]

Cheers,

Jelmer

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

Received on Thu May 18 20:20:42 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.