views:

132

answers:

1

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?

+1  A: 

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

Binary installer based on subversion 1.5.5

attwad
Does it work for 64 bits python as well?