Karamell-deleteme
Karamell-deleteme

Reputation:

ctypes bindings for Subversion in windows

Is there a binary installer or a faq for the new ctypes bindings for Subversion 1.6 in Windows (32 and 64bit)?

What library would you use to make an easy to deploy (both win32 and x64) svn client in python for svn version >= 1.5?

Upvotes: 0

Views: 301

Answers (1)

attwad
attwad

Reputation: 945

You have the pysvn module which will allow you to do that:

Binary installer based on subversion 1.5.5

Upvotes: 1

Related Questions