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

Re: Subversion does not work with SQLite 3.7.7

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 26 Jun 2011 15:11:43 -0400

On Jun 26, 2011 9:45 AM, "Daniel Shahaf" <d.s_at_daniel.shahaf.name> 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:
>
> [[[
> % for i in foo-*; do rm foo.db && echo $i && ./$i; done
> foo-3.7.6.3
> foo-3.7.7
> Error 17: database schema has changed
> ]]]

Wait a second. You rm the database? I thought this was a bug with carrying
databases over to the new release?

Cheers,
-g
Received on 2011-06-26 21:12:19 CEST

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.