Hello.
Subversion 1.6 introduce something that is called 'Ctypes Python Binding', but it is not documented. Is it any information available what this bindings are and how to use it? For example, i have a fresh windows XP and want to control SVN repository using subversiion 1.6 and this mysterious python bindings. What exactly i need to download/install/compile in order to do something like
import svn from almighty_ctype_subversion_bindings
svn.get( "\\rep\\project" )
And how is this connected to pysvn project? Is this a same technology, or different technologies?