Are there any libraries to allow Python or Ruby to get info from SVN?
Posted
by Mike Trpcic
on Stack Overflow
See other posts from Stack Overflow
or by Mike Trpcic
Published on 2010-03-31T02:58:35Z
Indexed on
2010/03/31
3:03 UTC
Read the original article
Hit count: 373
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.
© Stack Overflow or respective owner