Return to Snippet

Revision: 6324
at May 16, 2008 10:06 by benpjohnson


Initial Code
svn status -u | grep "?" | awk '{print $2}' | while read i ; do svn add "$i" ; done

Initial URL


Initial Description


Initial Title
Add all unversioned (except ignored) to commit

Initial Tags
svn

Initial Language
Bash