#!/bin/sh find "$@" \( -name ".svn" -type d -prune \) -o -type f -print