我对 linux 还很陌生,我正在尝试安装 openCV 软件。当我失去电源并且它被中断时,我正在安装一些东西。当我去重新安装它时,我一直收到这个错误:
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
所以我运行了这个并试图重新开始下载,但我得到了同样的错误。
/opencv$ svn cleanup
/opencv$ svn co https://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary/trunk opencv
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
我确信这是一个简单的解决方法,但我似乎无法在任何地方找到答案。有谁知道如何解决这一问题。请尽量简单。