SVN: shell-agnostic way to "svn add" all new files...
svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add