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

Re: WC database corruption (1.7.1)

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 10 Nov 2011 13:21:59 +0000

Neil Bird <neil_at_jibbyjobby.co.uk> writes:

> Having just done a couple of commits (after an update), I did some
> work on a file then went to commit again (no 2nd. update) and
> TortoiseSVN reported no changes.
>
> A command line 'svn status .' is giving me:
>
> svn: E200030: database disk image is malformed
> svn: E200030: database disk image is malformed
>
> Er. Can I recover from this? Do you want any diagnostics from it
> (the SQLite d/b)?

Never seen that before. If you have the sqlite3 tool then you can try

sqlite3 .svn/wc.db "pragma integrity_check"

which may give more information.

-- 
Philip
Received on 2011-11-10 14:22:38 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.