SWIG svn.client.log5 and invalid revision range array
From: Blair Zajac <blair_at_orcaware.com>
Date: Fri, 25 Sep 2009 09:58:22 -0700
Trying to write a Python script that uses svn.client.log5() with 1.6.5, it
Looking at the generated binding code, the first apr_array_header_t *targets
arg1 = (apr_array_header_t *) svn_swig_py_strings_to_array(obj0,
but the apr_array_header_t *revsion_ranges is handled by:
arg3 = (apr_array_header_t *)svn_swig_MustGetPtr(obj2,
The values in the apr_array_header_t * that svn_client_log5 receives refer to
(gdb) bt
(gdb) p *revision_ranges
Is there a straightforward fix for this? I'm not familiar with SWIG and how to
Regards,
------------------------------------------------------
|
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.