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

相关文章:

  • 2021-10-27
  • 2021-10-06
  • 2021-12-07
  • 2021-08-22
  • 2022-01-01
猜你喜欢
  • 2021-06-18
  • 2021-10-15
  • 2022-02-18
  • 2021-07-03
  • 2021-09-22
  • 2022-01-04
相关资源
相似解决方案