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

[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
svn_mergeinfo_inheritance_t enum introduced in r24518.

--
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.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Jun 22 18:14:30 2007

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.