SVN - SQLite - disk I/O error

sqlite, svn

Solution

have you tried:

svn unlock --force path/to/workingcopy

? Seems it can be pointed at a url if the problem is in the repository itself... I've only used an unlock operation via the tortoise gui before, but I assume it just wraps the svn command anyway.

hope that helps

Problem

When trying to commit to my SVN repository, I got the following error: ``` Working copy 'Z:\prace-pj\projects\other\CopyRT' locked. ``` So I run the `clean up` command and then the commit succeeded, but at the end of the response message, there was the following error: ``` Error bumping revisions post-commit (details follow): disk I/O error, executing statement 'RELEASE s11' ``` Now when I try to e.g. update the repository, it says that it is stil locked. When I clean up and try to update again, I get an error like this: ``` disk I/O error, executing statement 'RELEASE s2' sqlite: disk I/O error ``` What should I do to fix this?

Original source