SVN常见错误

1

org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir异常解决方法

转 http://blog.csdn.net/chenyanbo/article/details/5940009

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

posted @ 2013-05-10 20:14  王超_cc  阅读(138)  评论(0编辑  收藏  举报