This entry is part 2 of 19 in the Bash-whacking series
#!/bin/bash
find ./ -name ".svn" | xargs rm -Rf