/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
you@yourmachine$ svn st | grep "^?" | awk '{ print $2}' | while read f; do svn add $f; done
URL: http://www.rvdavid.net/adding-multiple-files-to-svn-repository/