1. 程式人生 > >SVN Attempted to lock an already-locked dir異常解決方法

SVN Attempted to lock an already-locked dir異常解決方法

令行 iss 客戶 技術 emp sso client 刪除 works

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異常解決方法