Here is a batch script for that:
find . -name ".svn" -type d -exec rm -rf {} \;
Be the first to rate this post
Tools