BCS
BCS

Reputation: 78683

SVN/python library

I need to manipulate a subversion client from python. I need to:

A quick search didn't turn up what I'm looking for and I'd rather not have to write my own wrapper around the svn command line tool. (BTW: running under Linux and python 2.6)

Upvotes: 3

Views: 4032

Answers (1)

ars
ars

Reputation: 123578

Check out the pysvn library. Or skim the pysvn Programmer's Guide to see if it meets most of your use cases.

Upvotes: 6

Related Questions