Add files to SVN recursively via command line

Search files in subdirectories and add them to SVN recursively

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

Thanks, did the trick for me.