Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created January 2, 2012 18:10
Show Gist options
  • Save rymawby/1551573 to your computer and use it in GitHub Desktop.
Save rymawby/1551573 to your computer and use it in GitHub Desktop.
SVN add all new files (bash)
svn st | grep "^?" | awk -F " " '{print $2}' | xargs svn add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment