iphonesdksnippets
misc
"How to remove .svn folders on Mac"
find . -type d -name .svn -depth -exec rm -rf {} \;