当你在提交代码时,或因为网断等各种原因,提交到一半,卡死了...当你下次提交或更新代码时,报:
update D:/develop/workspace/shopxx -r HEAD --force
Attempted to lock an already-locked dir
svn: Working copy 'D:\develop\workspace\.....' locked.
svn: 'D:\develop\workspace\..........\product' is already locked.
解决办法:
在svn里有个refresh/cleanup. 点击刷新就好.eclipse中 右击项目team->refresh/cleanup!完美解决.