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...) - would it be possible for "svn cleanup" to rebuild the database by auditing the files in the workspace? - would it be possible for "svn checkout" to only download the metadata from the server, and keep the workspace files unchanged? I am using Windows 10 with: TortoiseSVN 1.11.1, Build 28492 - 64 Bit , 2019/01/08 21:40:39 ipv6 enabled Subversion 1.11.1, -release apr 1.6.5 apr-util 1.6.1 serf 1.3.9 OpenSSL 1.1.0j 20 Nov 2018 zlib 1.2.11 SQLite 3.23.1 Cheers, Jens