SVN Bindings for Ruby #
Kouhei Sutou and Garrett Rooney have Subversion bindings for Ruby. Has anyone used these?
Build instructions from kou:
% svn co http://svn.collab.net/repos/svn/trunk svn % cd svn % ./autogen.sh # or # % env AUTOCONF=autoconf259 \ # AUTOHEADER=autoheader259 \ # LIBTOOL_M4=/usr/local/share/aclocal/libtool15.m4 \ # ./autogen.sh # (If you are working on FreeBSD.) % ./configure # or # % ./configure \ # --with-apr=/usr/local/lib/apache2 \ # --with-apr-util=/usr/local/lib/apache2 # (If you are working on FreeBSD.) % make check-swig-rb % sudo make install-swig-rb # if you pass all test.
(from del.icio.us/kheon.)
johan-s
yeah I’m playing around with them a bit, for a trac-”clone” thingie..
The [memory] pool thing is kinda weird though..
kyle heon
Seeing as how I’m credited as the “source” for this (del.icio.us/kheon) just curious how you came across this?
sporkmonger
Perhaps this?
Stoffe
Any updates on these things? It’s really quiet around them, at the same time as they could be insanely useful for a few projects I could think of… especially if there would be binaries for common platforms (Windows, debian based etc). It’s not especially easy to get SVN built even with instructions at times, and it needs way too much deps.
Comments are closed for this entry.