How to access SVN file directly from Python

44 Views Asked by At

I am trying to automate file search using python and I want to do it directly on the SVN repository. I used the pysvn module but certain attributes like checkout , info2 etc do not work as it says these attributes are not related to the pysvn.Client.

Can anyone guide me through these issues. Thanks in advance.

client = pysvn.Client()
client.checkout()

enter image description here

0

There are 0 best solutions below