Return to Snippet

Revision: 45188
at April 27, 2011 02:57 by scottwatkins


Initial Code
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add

Initial URL
http://codesnippets.joyent.com/posts/show/45

Initial Description


Initial Title
Add all new files to svn repository [svn]

Initial Tags


Initial Language
Other