views:

53

answers:

2

I'm looking for plugins that will allow my codebase to interact with, browse, and poll an SVN server for information about a repository.

Trac can do this, but I was hoping there was an easy-to-use library available to accomplish the task, rather than trolling through the Trac codebase. Googling for this returns mostly vague results about storing your code in and SVN repository, which is far from what I'm looking for.

+1  A: 

pysvn

Ignacio Vazquez-Abrams
This is great, and right on Tigris.org. How did I miss it!?
Mike Trpcic
+1  A: 

Apparently Subversion ships with Ruby bindings. There is some information on Ruby SVN bindings here and here.

Alex - Aotea Studios
+1 - This is Awesome ... Easiest ever :D ... Thanks.
Webbisshh