Subversion bindings for ruby

Hi!

I am looking for ruby-bindings to subversion.

Currently I can’t get how install SWIG or related stuff…

Can somebody help me on that?

Best regards
Peter

Hi,

In [email protected]
“subversion bindings for ruby” on Sat, 11 Mar 2006 02:59:18 +0900,
[email protected] wrote:

Currently I can’t get how install SWIG or related stuff…

You don’t need SWIG if you’re using tar ball.
You can install the Ruby bindings to Subversion by the
following commands:

% ./configure
% make install-swig-rb

You can run test suite:

% make check-swig-rb

Thanks,