SVN问题之一

来源:互联网 发布:钢琴谱曲软件 编辑:程序博客网 时间:2024/06/05 20:29

I get this error when I do a svn update:

Working copy xxxxxxxx locked Please execute "Cleanup" command

When I run cleanup, i get

Cleanup failed to process the following paths: xxxxxx

How do i get out of this loop?

 

One approach would be to:

  1. Copy edited items to another location.
  2. Delete the folder containing the problem path.
  3. Update the containing folder through Subversion.
  4. Copy your files back.
  5. Commit

Another option would be to delete the top level folder and check out again. Hopefully it doesn't come to that though.