#!/bin/sh # Remove unversioned files in and under the current directory. # Don't remove directories -- that would be going too far. svn cleanup --remove-unversioned "${1-.}"