Revision: 45188
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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