[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Merging the ctypes python bindings to trunk

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Sun, 21 Sep 2008 23:46:05 -0600

> Do you need to modify any of the build files to get it to compile?

Well, right now we have a distutils installer (setup.py) that does the
build and installation for us. The idea is to update the existing
Subversion build infrastructure to expose the ability to build the
ctypes-python-bindings. We will need to create a few new make targets
to handle this but since the real work is done in setup.py, this will
be easy.

> And I think it should be possible to have both the SWIG and ctypes bindings
> installed and hopefully in use in the same process at the same time. So
> we'll need a separate module name for these besides 'svn'.

This should not be a problem either. The ctypes-python-bindings use
the 'csvn' module name instead of 'svn' and since there are no Python
extension modules for the ctypes-python-bindings, there will also be
no conflict with the existing 'libsvn'.

-- 
Take care,
Jeremy Whitlock
http://www.thoughtspark.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-22 07:46:19 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.