I was trying to copy the base of a project for another project I was starting.  I figure it’s smart to write this down as I will probably refer to it again.

find ./ -name ".svn" | xargs rm -Rf