#!/bin/sh svn status | gawk '/^\?.*/ {print $2}' | gxargs -r svn add svn status | gawk '/^\!.*/ {print $2}' | gxargs -r svn remove