In order to save diskspace I used this command to delete every ‘build’ folder from my projects:
$ cd /path/to/projects/
$ find . -type d -name "build" -exec rm -rf \{\} \;
http://alexking.org/blog/2004/09/08/wanted-mac-os-x-script-to-delete-svn-folders