Perl one-liner: Adding all new files to SVN

svn add svn status | perl -ne '/\?\s*(.*)/ && print "$1 "'

Leave a Reply