Re: Subversion does not work with SQLite 3.7.7

2011-06-26 Thread Greg Stein
On Sun, Jun 26, 2011 at 15:20, Daniel Shahaf wrote: > Greg Stein wrote on Sun, Jun 26, 2011 at 15:11:43 -0400: >> On Jun 26, 2011 9:45 AM, "Daniel Shahaf" wrote: >> > >> > Daniel Shahaf wrote on Sun, Jun 26, 2011 at 16:21:00 +0300: >> > > Running it: >> > > [[[ >> > > % for i in foo-*; do echo ./

Re: Subversion does not work with SQLite 3.7.7

2011-06-26 Thread Daniel Shahaf
Greg Stein wrote on Sun, Jun 26, 2011 at 15:11:43 -0400: > On Jun 26, 2011 9:45 AM, "Daniel Shahaf" wrote: > > > > Daniel Shahaf wrote on Sun, Jun 26, 2011 at 16:21:00 +0300: > > > Running it: > > > [[[ > > > % for i in foo-*; do echo ./$i; ./$i; done > > > ./foo-3.7.6.3 > > > ./foo-3.7.7 > > > Er

Re: Subversion does not work with SQLite 3.7.7

2011-06-26 Thread Greg Stein
On Jun 26, 2011 9:45 AM, "Daniel Shahaf" wrote: > > Daniel Shahaf wrote on Sun, Jun 26, 2011 at 16:21:00 +0300: > > Running it: > > [[[ > > % for i in foo-*; do echo ./$i; ./$i; done > > ./foo-3.7.6.3 > > ./foo-3.7.7 > > Error 17: database schema has changed > > % > > ]]] > > > > Correction: > > [

Re: Subversion does not work with SQLite 3.7.7

2011-06-26 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, Jun 26, 2011 at 16:21:00 +0300: > Running it: > [[[ > % for i in foo-*; do echo ./$i; ./$i; done > ./foo-3.7.6.3 > ./foo-3.7.7 > Error 17: database schema has changed > % > ]]] > Correction: [[[ % for i in foo-*; do rm foo.db && echo $i && ./$i; done foo-3.7.6.3 foo-

Re: Subversion does not work with SQLite 3.7.7

2011-06-26 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, Jun 26, 2011 at 15:40:04 +0300: > Hyrum K Wright wrote on Sat, Jun 25, 2011 at 21:11:28 -0500: > > On Sat, Jun 25, 2011 at 7:26 PM, Daniel Shahaf > > wrote: > > > Arfrever Frehtes Taifersar Arahesis wrote on Sat, Jun 25, 2011 at > > > 21:16:31 +0200: > > >> svn: E2000

Re: Subversion does not work with SQLite 3.7.7

2011-06-26 Thread Daniel Shahaf
Hyrum K Wright wrote on Sat, Jun 25, 2011 at 21:11:28 -0500: > On Sat, Jun 25, 2011 at 7:26 PM, Daniel Shahaf > wrote: > > Arfrever Frehtes Taifersar Arahesis wrote on Sat, Jun 25, 2011 at 21:16:31 > > +0200: > >> svn: E200030: database schema has changed, executing statement 'PRAGMA > >> case_

Re: Subversion does not work with SQLite 3.7.7

2011-06-25 Thread Hyrum K Wright
On Sat, Jun 25, 2011 at 7:26 PM, Daniel Shahaf wrote: > Arfrever Frehtes Taifersar Arahesis wrote on Sat, Jun 25, 2011 at 21:16:31 > +0200: >> svn: E200030: database schema has changed, executing statement 'PRAGMA >> case_sensitive_like=1;PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;' >>

Re: Subversion does not work with SQLite 3.7.7

2011-06-25 Thread Daniel Shahaf
Arfrever Frehtes Taifersar Arahesis wrote on Sat, Jun 25, 2011 at 21:16:31 +0200: > svn: E200030: database schema has changed, executing statement 'PRAGMA > case_sensitive_like=1;PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;' > client-test fails with the same error. > Subversion works a

Subversion does not work with SQLite 3.7.7

2011-06-25 Thread Arfrever Frehtes Taifersar Arahesis
Subversion does not work with SQLite 3.7.7: $ svn co https://svn.apache.org/repos/asf/subversion/trunk subversion subversion/svn/checkout-cmd.c:168: (apr_err=200030) subversion/libsvn_client/checkout.c:229: (apr_err=200030) subversion/libsvn_client/checkout.c:65: (apr_err=200030) subversion