[patch] update Ruby bindings to match changes made in r24518
From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-06-22 18:14:38 CEST
Mimicked the way kou handled the svn_depth_t enum to handle the new
-- Joe -- Keep up with the svn_*_get_mergeinfo api changes in r24518. * subversion/bindings/swig/ruby/svn/ra.rb (SVN::Ra#merge_info): change boolean "include_parents" argument to "inherit" which is Ruby representation of svn_mergeinfo_inheritance_t. * subversion/bindings/swig/ruby/svn/fs.rb (SVN::Fs#merge_info): change boolean "include_parents" argument to "inherit" which is Ruby representation of svn_mergeinfo_inheritance_t. * subversion/bindings/swig/ruby/svn/fs.rb (SVN::Repos#merge_info): change boolean "include_parents" argument to "inherit" which is Ruby representation of svn_mergeinfo_inheritance_t. * subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.h (svn_swig_rb_to_mergeinfo_inheritance): new declaration * subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c (svn_swig_rb_to_mergeinfo_inheritance): new function to convert Ruby objects into svn_mergeinfo_inheritance_t. * subversion/bindings/swig/include/svn_types.swg (svn_mergeinfo_inheritance_t): new typemap.
---------------------------------------------------------------------
|
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.