SVN更新代码时报错

xiaoxiao2021-02-27  256

错误提示:

cleanup E:/Eclipse-workspace5-eclipse-mar/Myproject/hebei2-product3.9.0 Problem running log svn: Failed to run the WC DB work queue associated with 'E:\Eclipse-workspace5-eclipse-mar\Myproject\hebei2-product3.9.0', work item 18823 (file-remove webroot/WEB-INF/lib/struts2-config-browser-plugin-2.3.15.1.jar) 另一个程序正在使用此文件,进程无法访问。 svn: Can't remove file 'E:\Eclipse-workspace5-eclipse-mar\Myproject\hebei2-product3.9.0\webroot\WEB-INF\lib\struts2-config-browser-plugin-2.3.15.1.jar': 另一个程序正在使用此文件,进程无法访问。

原因:项目中 struts2-config-browser-plugin-2.3.15.1.jar 架包没有添加成功

解决方案: 选择项目——右键buildpath——configuer build path...——libraries——AddJARs...——选择项目下面的webroot——WEB-INF——lib——选择缺少的架包添加——点击ok

转载请注明原文地址: https://www.6miu.com/read-10542.html

最新回复(0)