[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: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2007-09-15 19:33:56 CEST

On Sat, 15 Sep 2007, Eric Hanchrow 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?

If you have no mergeinfo stored in your sqlite3 database, you should
safely be able to delete the REPOS/db/mergeinfo.db file. It'll be
recreated automatically on next usage.

If you do have mergeinfo, you might want to see if you can ".dump" the
database into an SQL script.

-- 
Daniel Rall

  • application/pgp-signature attachment: stored
Received on Sat Sep 15 19:30:48 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.