Untitled
find | xargs

find . -type d -name .svn  -print0 | xargs -0 rm -rf