Jens Restemeier wrote on Mon, 12 Aug 2019 11:19 +00:00: > Thanks to a power cut last week while updating Ive got a few corrupted > workspaces: > > Error: sqlite[S11]: database disk image is malformed > Error: Additional errors: > Error: sqlite[S11]: database disk image is malformed > > I'm currently trying to repair them from a fresh checkout, but I was > wondering: > - sqlite3 supposedly does journaling, shouldn't it be possible to repair the > database from the journal? Is there a "svn cleanup" option? (The only thing > online I found was to dump to sql and reimport into a new database, which > failed after quite some time...)
Note that that error message is reported by SQLite; Subversion simply relays it. You might want to ask this question on the SQLite mailing list. Cheers, Daniel