The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
SVN Bindings for Ruby

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
SVN Bindings for Ruby Posted: Apr 20, 2005 8:00 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: SVN Bindings for Ruby
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

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

Read: SVN Bindings for Ruby

Topic: TextDrive continues to impress the Rails Previous Topic   Next Topic Topic: Rails Day: Make an application in 24 hours and win!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use