hoodwink.d enhanced
RSS
2.0
XHTML
1.0

RedHanded

SVN Bindings for Ruby #

by why in inspect

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

said on 21 Apr 2005 at 00:57

yeah I’m playing around with them a bit, for a trac-”clone” thingie..

The [memory] pool thing is kinda weird though..

said on 25 Apr 2005 at 11:09

Seeing as how I’m credited as the “source” for this (del.icio.us/kheon) just curious how you came across this?

said on 29 Apr 2005 at 14:12

Perhaps this?

said on 05 Aug 2005 at 18:54

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.