Re: SWIG-python bindings broken for svn_fs_change_rev_prop2(... old_value_p ...)

2018-10-26 Thread Julian Foad
I filed issue #SVN-4781 for this. The log message of r1700966 says it also affects the bindings of this function's higher-layer wrappers (which would be svn_repos_fs_change_rev_prop2, svn_ra_change_rev_prop2). I haven't checked this. - Julian Julian Foad wrote on 2018-10-26: > svn_fs_change_r

SWIG-python bindings broken for svn_fs_change_rev_prop2(... old_value_p ...)

2018-10-26 Thread Julian Foad
svn_fs_change_rev_prop2(... old_value_p ...) crashes in 1.9.9. The problem is with its 4th parameter, "const svn_string_t *const *old_value_p". In 1.10.x the binding throws an "unimplemented" exception instead of crashing, because of the patch applied in http://svn.apache.org/r1700966 -- "Disabl