首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

Attempted to lock an already-locked dir错误解决办法

2012-11-06 
Attempted to lock an already-locked dir异常解决方法 .?myeclipse用svn提交的时候报错:?Attempted to lo

Attempted to lock an already-locked dir异常解决方法 .
?myeclipse用svn提交的时候报错:

?Attempted to lock an already-locked dir

svn: Working copy 'D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emresource' locked

org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir

svn: Working copy 'D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emresource' locked

解决方法:

1、在客户端命令行使用命令 svn cleanup D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emresource


2、直接进入到上面的文件夹下的.svn目录,删除lock文件就可以了

?

心得体会:

?D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emresource该目录就是源程序所在目录,也可以通过svn同步报错来看到实际路径。.svn为隐藏目录,需要先“显示隐藏文件”

热点排行