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

[PATCH] enabling ruby in the subversion build

From: Vincent Batts <vbatts_at_slackware.com>
Date: Fri, 16 Dec 2011 20:49:13 -0800

All,

Attached is a patch to allow the building of ruby bindings, for ruby
greater than 1.9.3, in addition to the 1.8.x series.

It includes updates to several of the ruby/tests/ items so that it can
work in both rubies. I've tested it in ruby-1.8.7 and 1.9.3-p0, and
attached the output of 'check-swig-rb' for the two versions.

[[[
Fix issue #4083: remove the ruby > 1.8 check

* configure.ac
   adding another variable to get the tiny/teeny version. Including the
   program version, since the ruby API version did not change in their
   1.9.3 release.
* Makefile.in
   removing the verbose flag for the newer ruby
* subversion/bindings/swig/ruby/test/test_wc.rb
* subversion/bindings/swig/ruby/test/test-unit-ext/priority.rb
* subversion/bindings/swig/ruby/test/test_fs.rb
* subversion/bindings/swig/ruby/test/test-unit-ext.rb
* subversion/bindings/swig/ruby/test/test_delta.rb
* subversion/bindings/swig/ruby/test/test_core.rb
* subversion/bindings/swig/ruby/test/my-assertions.rb
   all: accomodations to run in >= 1.9.3 and 1.8.x ruby

]]]

--
Vincent Batts



  • application/pgp-signature attachment: stored
Received on 2011-12-17 09:25:54 CET

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.