Want a new website? Need to fix the old one? Contact me for a quote now. Drupal 5-7, Ubercart 1,2, Modules, Themes (Zen), Drupal configuration, fixes, linux based server setup.
This is a very short post about removing the SVN files and folders from your directories.
find ./ -name ".svn" | xargs rm -Rf