开发者

Are there any libraries to allow Python or Ruby to get info from SVN?

开发者 https://www.devze.com 2022-12-25 08:29 出处:网络
I\'m looking for plugins that will allow my codebase to interact with, browse, and poll an SVN server for information about a repository.

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 loo开发者_如何学运维king for.


pysvn


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

0

精彩评论

暂无评论...
验证码 换一张
取 消