org.tigris.subversion.javahl.ClientException: 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
解決方法(3種):
1、在客戶端命令行使用命令 svn cleanup D:/Program Files/MyEclipse/workspace/proj/WebRoot/(被鎖定的文件夾)
2、直接進入到上面的文件夾下的.svn目錄,刪除lock文件就可以了
3、直接在eclipse中 項目右鍵 team - 清理(cleanup)