#!/bin/sh svn stat | grep '^\?' | while read stat file do svn add "$file" done