svn: E200030: Commit failed

1k views Asked by At

When I developed with svnkit 1.8.12 and excuted the svnupload method,sometimes there appears such questions : svn: E200030: Commit failed (details follow): svn: E200030: Insert fails: unique index sqlite_autoindex_PRISTINE_1. And my local workingcopy was locked and svn cleanup can unlocked it.I wonder how this question appears and how can I resolve it without changing my local enter image description hereworkingcopy.

svn commit failed

1

There are 1 answers

0
Jaymon Yan On

The goal folder that you wanted to check out from SVN had not been cleaned up because some processes might be using them even though you can delete them. We have experienced this problem for many times in our java program. At present, what we could do is just restart the tomcat.