Re: svn commit: r1190575 - in /subversion/branches/integrate-string-improvements/subversion: include/svn_string.h libsvn_subr/svn_string.c

2011-10-29 Thread Stefan Fuhrmann
On 28.10.2011 23:47, Stefan Sperling wrote: On Fri, Oct 28, 2011 at 09:09:29PM -, stef...@apache.org wrote: Author: stefan2 Date: Fri Oct 28 21:09:28 2011 New Revision: 1190575 URL: http://svn.apache.org/viewvc?rev=1190575&view=rev Log: Similar to svn_stringbuf_create_empty, introduce svn_s

[PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Jonathan Nieder
Hi, This patch is taken from Debian's subversion packaging. It avoids having to rebuild Subversion each time an older or newer patchlevel of SQLite gets installed (i.e., the x in 3.7.x changes). I'd appreciate any thoughts you have. Thanks, Jonathan [[[ The actual ABI compatibility of sqlite3

Re: [PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Stefan Sperling
On Sat, Oct 29, 2011 at 06:45:50AM -0500, Jonathan Nieder wrote: > Hi, > > This patch is taken from Debian's subversion packaging. It avoids > having to rebuild Subversion each time an older or newer patchlevel of > SQLite gets installed (i.e., the x in 3.7.x changes). I'd appreciate > any thoug

Re: [PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Daniel Shahaf
On Saturday, October 29, 2011 6:45 AM, "Jonathan Nieder" wrote: > Hi, > > This patch is taken from Debian's subversion packaging. It avoids > having to rebuild Subversion each time an older or newer patchlevel of > SQLite gets installed (i.e., the x in 3.7.x changes). I'd appreciate > any th

Re: [PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Jonathan Nieder
Stefan Sperling wrote: > On Sat, Oct 29, 2011 at 06:45:50AM -0500, Jonathan Nieder wrote: >> [[[ >> The actual ABI compatibility of sqlite3 doesn't depend on the patchlevel >> (the x in 3.7.x), so stop being picky about the patchlevel when checking >> the version number at runtime. This avoids sp

Re: [PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Jonathan Nieder
Daniel Shahaf wrote: > On Saturday, October 29, 2011 6:45 AM, "Jonathan Nieder" > wrote: >> The actual ABI compatibility of sqlite3 doesn't depend on the patchlevel >> (the x in 3.7.x), > > [citation needed] > > (I already searched sqlite.org for "ABI" and "binary compatibility" and so > on; ze

Re: [PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Stefan Sperling
On Sat, Oct 29, 2011 at 07:28:07AM -0500, Jonathan Nieder wrote: > Daniel Shahaf wrote: > > On Saturday, October 29, 2011 6:45 AM, "Jonathan Nieder" > > wrote: > > >> The actual ABI compatibility of sqlite3 doesn't depend on the patchlevel > >> (the x in 3.7.x), > > > > [citation needed] > > > >

Re: [PATCH] Make SQLite compatibility check less picky

2011-10-29 Thread Jonathan Nieder
Stefan Sperling wrote: > OK, so in this case I would prefer if distros patched Subversion accordingly. If packagers for other binary-based distros (e.g., OpenSUSE, Fedora, Cygwin) do not also want a change like this, then it seems sane enough to keep it a private patch. On the other hand, if the