svn status|grep ^?|awk '{print $2;}'|xargs svn add
svn status | awk '/^\?/ {print $2;}'|xargs svn add