现在的位置: 首页 > 综合 > 正文

Attempted to lock an already-locked dir svn: Working copy

2014年02月18日 ⁄ 综合 ⁄ 共 531字 ⁄ 字号 评论关闭

 

myeclipse用svn提交的时候报错: Attempted to lock an already-locked dir svn: Working copy 'D:
 

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文件就可以了

抱歉!评论已关闭.