[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 26 Jun 2011 16:45:15 +0300

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
]]]
Received on 2011-06-26 15:46:35 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.