Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Created March 3, 2011 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyckahn/853049 to your computer and use it in GitHub Desktop.
Save jeremyckahn/853049 to your computer and use it in GitHub Desktop.
Adds a whole bunch o' shit to an SVN repo
# Adds a whole bunch o' shit to an SVN repo
# http://codesnippets.joyent.com/posts/show/45
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment