Re: Problem with checkout for 1.7.0-rc4

2011-10-16 Thread Barry Scott
On 11 Oct 2011, at 09:57, Philip Martin wrote: > Philip Martin writes: > >> sqlite-3.6.18, our minimum version, has SQLITE_OPEN_SHAREDCACHE. I >> suppose we could start using that instead of sqlite3_enable_shared_cache. > > Barry, would you try this patch to confirm it works on OS X 10.7: Ye

Re: Problem with checkout for 1.7.0-rc4

2011-10-11 Thread Konstantin Kolinko
2011/10/11 Philip Martin : > Philip Martin writes: > >> +    /* SQLite 3.5 allows sharing cache instances, even in a multithreaded >> +       environment. This allows sharing cached data when we open a database >> +       more than once (Very common in the current pre-single-database >> state) */

Re: Problem with checkout for 1.7.0-rc4

2011-10-11 Thread Philip Martin
Philip Martin writes: > +/* SQLite 3.5 allows sharing cache instances, even in a multithreaded > + environment. This allows sharing cached data when we open a database > + more than once (Very common in the current pre-single-database state) > */ This comment is out of date, wcn

Re: Problem with checkout for 1.7.0-rc4

2011-10-11 Thread Philip Martin
Philip Martin writes: > sqlite-3.6.18, our minimum version, has SQLITE_OPEN_SHAREDCACHE. I > suppose we could start using that instead of sqlite3_enable_shared_cache. Barry, would you try this patch to confirm it works on OS X 10.7: Index: subversion/libsvn_subr/sqlite.c ==

Re: Problem with checkout for 1.7.0-rc4

2011-10-11 Thread Philip Martin
Philip Martin writes: > I was looking at the source code repository on sqlite.org, but today I can't > identify which branch/tag I looked at yesterday :-( I followed this link: http://www.sqlite.org/cgi/src/timeline then http://www.sqlite.org/cgi/src/info/db5b7b778c then http://www.sqlite.org/cg

Re: Problem with checkout for 1.7.0-rc4

2011-10-11 Thread Philip Martin
Subversion Development >>> Subject: Re: Problem with checkout for 1.7.0-rc4 >> >>>> This is the version that comes with OSX 10.7: >>>> >>>> $ /usr/bin/sqlite3 -version >>>> 3.7.5 >>> >>> Looking at sqlite.h I

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Toby Peterson
On Oct 10, 2011, at 5:10 PM, Bert Huijben wrote: > -Original Message- >> From: Philip Martin [mailto:philip.mar...@wandisco.com] >> Sent: maandag 10 oktober 2011 16:48 >> To: Mark Phippard >> Cc: Barry Scott; Subversion Development >> Subject: Re: Pr

RE: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: maandag 10 oktober 2011 16:48 > To: Mark Phippard > Cc: Barry Scott; Subversion Development > Subject: Re: Problem with checkout for 1.7.0-rc4 > > This is the version

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Philip Martin
Mark Phippard writes: > On Mon, Oct 10, 2011 at 4:19 PM, Philip Martin > wrote: >> Barry Scott writes: >> >>> I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. >>> And I'm guessing that got something in the build/install wrong. >>> >>> I see the following error from svn checkout: >>> >

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Mark Phippard
On Mon, Oct 10, 2011 at 4:19 PM, Philip Martin wrote: > Barry Scott writes: > >> I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. >> And I'm guessing that got something in the build/install wrong. >> >> I see the following error from svn checkout: >> >> $ /usr/local/svn-1.7.0-rc4/bin/sv

Re: Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Philip Martin
Barry Scott writes: > I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. > And I'm guessing that got something in the build/install wrong. > > I see the following error from svn checkout: > > $ /usr/local/svn-1.7.0-rc4/bin/svn checkout > file:///Users/barry/BuildTemp/Darwin_body/svn-1.7.

Problem with checkout for 1.7.0-rc4

2011-10-10 Thread Barry Scott
I'm trying to build subversion 1.7.0-rc4 on Mac OS X 10.7. And I'm guessing that got something in the build/install wrong. I see the following error from svn checkout: $ /usr/local/svn-1.7.0-rc4/bin/svn checkout file:///Users/barry/BuildTemp/Darwin_body/svn-1.7.0-rc4/py27_pysvn_apple_com/Tests/t