views:

1351

answers:

2

When I try to commit:

Error: Working copy 'D:\Webs\Drupal 6' locked  
Error: Please execute the "Cleanup" command.

When I try to do a cleanup:

Cleanup failed to process the following paths:
D:\Webs\Drupal 6

Does anyone know how I can solve this problem?

Duplicate: http://stackoverflow.com/questions/127932/svn-working-copy-xxx-locked-and-cleanup-failed

+1  A: 

See also the question: What to do when svn cleanup fails

Rob Walker
A: 

I usually end up refreshing the project, cleanup, refresh, cleanup, and praying that it is okay. I don't get this in Eclipse any longer with subclipse, but used to get it a lot with subversive. Once I had to check out again and dump the old checkout. What version of svn is on the server?

JeeBee