I see a couple of dozens of gems that are related to svn, but what little documentation that I can find on any of them shows that they are command line shells and various helpers. (svn-command, svn-hooks, etc.)
I saw code in the wild that does things like: "svn / core" and SVN.Repos.add (...), but the author of this module pulled out his ruby ruby tools through apt-get. This would not be an option for me, as I am developing a windows / osx tool.
This page contains a list of projects, but in particular, I need something that will allow me to access svn + ssh, and I don’t have the time it takes to dig documents for half a dozen projects, trying to load each of them.
What pearl to me? From there I am happy to dig out the code instead of documents, but with the call to gem query --name-matches svn --remote return about 30 hits, I need to narrow it first.
version-control ruby svn gem
Sniggerfardimungus
source share