Are the svn ruby bindings provided as a gem?

Posted by user30997 on Stack Overflow See other posts from Stack Overflow or by user30997
Published on 2010-05-13T00:07:25Z Indexed on 2010/05/13 0:14 UTC
Read the original article Hit count: 548

Filed under:
|
|
|

I see a couple dozen gems that relate to svn, but what little documentation I can find on any of them shows that they are command-line wrappers and misc helpers. (svn-command, svn-hooks, etc.)

I've seen code in the wild that does things like: require 'svn/core' and SVN.Repos.add(...), but the author of that module pulled his svn ruby tools via apt-get. This would not be an option for me, as I'm developing a windows/osx tool.

Which gem am I after? From there, I'm happy to dig through code in lieu of documents, but with a call to gem query --name-matches svn --remote returning about 30 hits, I need to narrow it down a bit first.

© Stack Overflow or respective owner

Related posts about svn

Related posts about ruby