SVN cleanup causes “error processing command '

2019-02-26 01:38发布

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.

1条回答
成全新的幸福
2楼-- · 2019-02-26 01:55

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.

查看更多
登录 后发表回答