SVN - SQLite - disk I / O error

When trying to commit my SVN repository, I received the following error:

Working copy 'Z:\prace-pj\projects\other\CopyRT' locked.

So, I run the command clean up, and then the commit is successful, but an error occurred at the end of the response message:

Error bumping revisions post-commit (details follow): 
disk I/O error, executing statement 'RELEASE   s11'

Now, when I try, for example, to update the repository, it says that it is blocked. When I clean and try to update again, I get an error:

disk I/O error, executing statement 'RELEASE   s2'
sqlite: disk I/O error

What should I do to fix this?

+5
source share
2 answers

You tried:

svn unlock --force path/to/workingcopy

? It seems that it can be specified on the URL if the problem is in the repository itself ... I only used the unlock operation via the gui turtle, but I assume that it just completes the svn command.

hope that helps

+2
source

, , ( , ).

( , )

df -h 

:

svn cleanup

.

+3

All Articles