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

[PATCH] Ruby bindings follow on to r26229

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-08-23 07:52:09 CEST

[[[
Follow on to r26229 which added support for non-inheritable
mergeinfo revision ranges.

* subversion\bindings\swig\core.i
  (svn_swig_rb_mergeinfo_merge and svn_swig_rb_rangelist_merge)
  added new svn_merge_range_inheritance_t argument and forwarded to
  svn_mergeinfo_merge and svn_rangelist_merge respectively

* subversion\bindings\swig\ruby\svn\core.rb
  (Svn::Core::MergeInfo#diff, Svn::Core::MergeInfo#merge,
  Svn::Core::RangeList#diff, Svn::Core::RangeList#merge,
  Svn::Core::RangeList#remove) each got a new argument consider_inheritance
  which is defaulted to RANGELIST_IGNORE_INHERITANCE.

* subversion\bindings\swig\ruby\test\test_core.rb
 (SvnCoreTest#test_merge_info_to_s) now has to include the 'non-inheritable'
  suffix.
]]]

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

Received on Thu Aug 23 07:49:38 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.