Search code examples
svnsvn-checkout

SVN cleanup causes "error processing command 'modify-wcprop'"


I'm trying to checkout a large directory and part way through, the SVN server crashed. I've tried to perform a cleanup but every time it errors saying a file is not under version control.

root@mitydsp-dev:~/nvsp2# svn cleanup 
svn: In directory 'Platform/qt5/qtdeclarative'
svn: Error processing command 'modify-wcprop' in 'Platform/qt5/qtdeclarative'
svn: 'Platform/qt5/qtdeclarative/LICENSE.FDL' is not under version control

If I go into Platform/qt5/qtdeclarative there is no LICENSE.FDL file. I tried deleted the qtdeclarative folder but when I run again I just get the same error up one directory.

root@mitydsp-dev:~/nvsp2# svn cleanup 
svn: In directory 'Platform/qt5'
svn: Error processing command 'modify-wcprop' in 'Platform/qt5'
svn: 'Platform/qt5/build.sh' is not under version control

Again, there is no build.sh file. I've done this 5 times now and I can't recheck out the repository because it takes 5-6 hours and I've already retried that once today. Does anyone know whats causing this?

I should note checking in the repository browser these files do exist.

Thanks.


Solution

  • I found my answer. If this ever happens to anyone else delete any log files in the .svn folders. Sometimes there will be logs with numbers (Log1, Log2, Log3) so delete those too.