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

Re: How can I delete the sqlite db from my repo?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-09-15 19:34:41 CEST

On 9/15/07, Eric Hanchrow <offby1@blarg.net> wrote:
> I'm a bit worried that I've got my sqlite db into some weird state,
> and would like to delete it. But I suspect that will screw things up
> ... is there an easy safe way I can restore my repo (which I created
> waaaay before 1.4) to the pre-sqlite state? Like maybe, delete the
> sqlite db, _and_ roll "format" back to 2 or something?

Why do you think it is in a weird state? A few weeks ago a column was
added to one of the tables, so repositories created before then would
have a problem with the new code. The columm can be added manually
using the command line sqlite3 program.

Can you just do a dump/load?

I do think removing the db file and rolling back the format would
cause it to be created. Of course it would just be empty.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 15 19:31:02 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.