SVN报Previous operation has not finished; run 'cleanup' if it was interrupted

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/ththcc/article/details/82937401

执行svn相关操作,控制台居然报出以下错误:

    Previous operation has not finished; run 'cleanup' if it was interrupted

字面意思是执行Team->Refresh/Cleanup,但是在执行的过程中,
还是报错:

D:\workspace\simple-project\web\WEB-INF\lib\xerces-2.4.0.jar': The process cannot access the file because it is being used by another process.  

原因是项目已启动,Stop之后,执行命令正常了。

猜你喜欢

转载自blog.csdn.net/ththcc/article/details/82937401