svn sqlite:databse disk image is malformed

Today, when SVN was updated, the computer broke down and shut down suddenly. After repair, SVN will be updated again with the following error:

SQLite error

sqlite:databse disk image is malformed.

It is said that the reason is that the SVN server is accidentally interrupted or the server is often powered off, which results in the data loss and abnormal data of SVN, so this error is reported

My solution is the dumbest one:

1. For example, if the projectone project is submitted incorrectly, delete the. SVN folder in your local workspace’s projectone directory, and then get the. SVN folder from your colleague’s projectone directory, put it in your own projectone directory, and then submit it again

Or:

2. Delete all the local projectone folder and check out from SVN again

There are some ways to cure the root cause, see:

http://blog.csdn.net/jk110333/article/details/8333150

http://svn.haxx.se/users/archive-2010-12/0257.shtml

http://stackoverflow.com/questions/13675615/svn-cleanup-sqlite-database-disk-image-is-malformed

Similar Posts: