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

Re: AW: svn commit: r1156375 - /subversion/branches/fs-py/subversion/python/svn/fs.py

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 11 Aug 2011 06:10:02 -0400

On Aug 11, 2011 2:37 AM, "Markus Schaber" <m.schaber_at_3s-software.com> wrote:
>
> Hi,
>
> Von: Greg Stein [mailto:gstein_at_gmail.com]
> ...
> > With the prior constructions:
> >
> > open(foo).read()
> > open(foo, 'w').write(bar)
>
> Constructs like this never worked reliable in alternative python
implementations.

Yes. I do understand this thought, but the bindings simply are not intended
for anything but CPython. If they somehow work for the other
implementations, then I'd be completely surprised.

> And now, as IronPython has a working cTypes implementation, maybe that is
the way to provide subversion support for IronPython.

There is some experimental work using ctypesgen-based bindings. I did a
small amount of work on them a couple years ago, but it could use more work.
That would definitely be interesting work if it could make svn available to
IronPython.

Cheers,
-g
Received on 2011-08-11 12:10:57 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.