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()