/ Published in: Bash
A quick script to add all of your unversioned files. Good when working in bulk.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs svn add
URL: http://www.phillipharrington.com/