The Ruby bindings found in the SVN source dist do work, although a little tricky to build and install, and the coverage is not complete, eg svn_client_status is not implemented. I have posted the very bare start to a similar endevour using Ruby/DL, so far it is more of an example than useful, although it would be nice to see someone fill it out a bit. It does however implement the status2 call. See the ruby-talk thread with Subject "Accessing SVN through Ruby/DL" Steve Kelem wrote: > Is there a module for ruby that will give access to subversion functions? > > I'd like to: > > 1. Find out if a file is administered under subversion. > 2. Find out if a file under subversion has a given property, e.g., > svn:executable. > 3. Be able to add/delete subversion properties for a file. > 4. Add a file to subversion, i.e., administer it and check it in. > > Thanks for any help you can give, > Steve Kelem > > >