Subclipse error when trying to relocate
It says: "attempt to lock an already locked dir".
I do have some changes that is not committed. But I can't commit either as subclip开发者_运维百科se keep saying: the repository has permanently moved.
What should I do?
Run svn cleanup
from the command line on the working copy, that should clear the locks.
精彩评论