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:
- SVN:sqlite[S5]:database is locked [How to Solve]
- An error is reported when the SVN is submitted. The prompt is locked and cleanup is required
- error: exportArchive: The data couldn’t be read because it isn’t in the correct format.
- After modifying Tomcat’s server.xml, the Tomcat deployment project reported an error: removing observe files from server… Could not clean server
- How to Solve SVN Error: “Previous operation has not finished; run ‘cleanup’ if it was interrupted“
- unzip error “End-of-central-directory signature not found”
- Error: install_ FAILED_ UPDATE_ INCOMPATIBLE
- Android: installation error: install_ FAILED_ UPDATE_ Incompatible solution
- centos ModuleNotFoundError: No module named ‘_sqlite3’
- SVN Error: ‘you’ is not valid as filename in directory [How to Solve]