1. 在eclipse里提交和更新文件出错
错误提示: Attempted to lock an already-locked dir
svn: Working copy 'F:\workspace\WebFrame\WebRoot\index.jsp' locked
解决:
在客户端命令行使用命令 svn cleanup F:\workspace\WebFrame\WebRoot
错误提示: Attempted to lock an already-locked dir
svn: Working copy 'F:\workspace\WebFrame\WebRoot\index.jsp' locked
解决:
在客户端命令行使用命令 svn cleanup F:\workspace\WebFrame\WebRoot
本文介绍了解决在Eclipse中使用SVN时遇到的一个常见错误:尝试锁定已锁定的工作副本目录。提供了通过命令行使用 svncleanup 命令来清理工作副本并解决此问题的方法。
9184

被折叠的 条评论
为什么被折叠?



