Return to Snippet

Revision: 27594
at June 17, 2010 09:27 by philsown


Initial Code
svn status --no-ignore | grep '^\?' | sed 's/^\?       //' | xargs svn add

Initial URL
http://www.phillipharrington.com/

Initial Description
A quick script to add all of your unversioned files. Good when working in bulk.

Initial Title
Subversion Adding All Unversion Files

Initial Tags
svn

Initial Language
Bash