SyntaxFix
Write A Post
Hire A Developer
Questions
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