SyntaxFix
Write A Post
Hire A Developer
Questions
I used a combination of other peoples' answers to come up with this solution:
svn revert -R .
svn status --no-ignore | grep -E '(^\?)|(^\I)' | sed -e 's/^. *//' | sed -e 's/\(.*\)/"\1"/' | xargs rm -rf
svn update --force