Bastiaan Terhorst pressing Command-Shift-4.
[note to self] Remove .svn folders from a checkout:find . -name ".svn" -exec rm -rf {} \;
find . -name ".svn" -exec rm -rf {} \;