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

Re: [PATCH] Don't use sqlite3_db_handle

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-12-02 11:44:24 CET

On Dec 2, 2007 2:37 AM, Lieven Govaerts <svnlgo@mobsol.be> wrote:
> David Glasser wrote:
> > On Dec 2, 2007 1:01 AM, Lieven Govaerts <svnlgo@mobsol.be> wrote:
> >> All python tests are failing on the mac buildslave since a week or so. I
> >> did a check to see what's happening and found that svn uses the sqlite3
> >> function sqlite3_db_handle not yet defined in the version I'm using, ie
> >> 3.1.3. sqlite3_db_handle is added in sqlite3 3.2.2.
> >>
> >> Attached patch will remove all calls to sqlite3_db_handle. Consequence
> >> is that we need to pass the db handle to all helper functions.
> >
> > Can we really not have a dependency on a version that was released on
> > 2007-Jun-13? Where does your Mac's 3.1.3 come from?
> >
> > --dave
> >
>
> It's included in my stock Mac OS X, bought last year. I have no problem
> with deciding that svn depends on a certain newer version, but we have
> to make that explicit then.

As another data point, Leopard appears to ship with 3.4.0.

Oh, and I totally ruined my point above by writing "2007-Jun-13" when
I meant "2005-Jun-13".

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 2 11:44:32 2007

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.