I get this error when I do an svn update:
svn update
Working copy XXXXXXXX locked Please execute \"Cleanup\" command
When I
If you're on Linux, try this:
find "/the/path/to/your/directory" -name .svn -type d | xargs chmod 0777 -R
Then run the cleanup command on that directory, then try to update.
cleanup