svn cleanup: sqlite: database disk image is malformed

First, open command/terminal at repository root (folder which has .svn as child folder): cd /path/to/repository Download sqlite3 and put executable sqlite3 at root of folder. You do an integrity check on the sqlite database that keeps track of the repository (/path/to/repository/.svn/wc.db): sqlite3 .svn/wc.db “pragma integrity_check” That should report some errors. Then you might be able … Read more