Re: A little pre-packaging help, please?

2020-03-24 Thread Michael Pilato
Just to bring a bit of closure here, so far my testing with the Python 3 bindings has been really encouraging. Once I wrapped my brain around the whole string/bytestring thing, upgrading existing consumers of the bindings has thus far been relatively straightforward. As for the Docker-based re

Re: [PATCH] svnadmin build-repcache command

2020-03-24 Thread Denis Kovalchuk
> Well, maybe. The code _appears_ to take a roundabout approach, but I'm > not sure that's actually a bug: there might be a difference between > «INSERT OR IGNORE» on the one hand, and the current behaviour («INSERT > OR FAIL» plus a C check) on the other. > > Is «INSERT OR IGNORE» supported by al