Skip to content

Instantly share code, notes, and snippets.

@joemccann
Created October 12, 2010 21:15
Show Gist options
  • Save joemccann/622939 to your computer and use it in GitHub Desktop.
Save joemccann/622939 to your computer and use it in GitHub Desktop.
svn st | grep "^?" | awk '{ print $2}' | while read f; do svn add "$f"; done
@joemccann
Copy link
Author

Ooo, nice, but yeah, good point on the filename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment