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

Re: Commit bot without password

From: Branko Čibej <brane_at_wandisco.com>
Date: Sat, 06 Sep 2014 12:25:44 +0200

On 06.09.2014 09:19, Kim Gräsman wrote:
> Hi all,
>
> This worked out really well for us. We use the Apache SVN server on
> Windows, so we never managed to use the SVN Python modules (my
> coworker who did most of this work never managed to find a
> Windows-compatible distribution for Python 3.x.)
>
> Instead, we inspected the transaction file and parsed it manually. I
> don't generally like this, but a pure-Python solution was far
> preferable to us at this stage.

Yikes. I really do not recommend this; the APIs and bindings are fare
more stable and forward-compatible than a home-grown parser.

Indeed, our Python bindings do not work with Python 3, as far as I'm
aware, but you can have both Python 3 and Python 2.7 installed at the
same time. You could also write your hook script in Perl or Ruby, the
bindings are functionally equivalent.

-- Brane
Received on 2014-09-06 12:26:18 CEST

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

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