SVN Attempted to lock an already-locked dir异常解决方法

Posted 水木神舟10

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SVN Attempted to lock an already-locked dir异常解决方法相关的知识,希望对你有一定的参考价值。

Attempted to lock an already-locked dir异常解决方法

 

eclipse或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

 

解决方法(4种):

1、直接找到该项目右键TortoiseSVN--->Clean up...

 

技术分享

2、在客户端命令行使用命令 svn cleanup D:/Program Files/MyEclipse/workspace/proj/WebRoot/(被锁定的文件夹)


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

 

4、直接在eclipse中 项目右键 team  - 清理(cleanup)

 


以上是关于SVN Attempted to lock an already-locked dir异常解决方法的主要内容,如果未能解决你的问题,请参考以下文章

SVN问题解决--Attempted to lock an already-locked dir

SVN问题之——org.apache.subversion.javahl.ClientException: Attempted to lock an already-locked dir

安装intel xtu 遇到"Attempted to install on an unsupported platform"

MongoDB: exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /d

[SQL] - Attempted to read or write protected memory. This is often an indication that other memory i

An Introduction to Lock-Free Programming