Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created March 15, 2009 14:01
Show Gist options
  • Save sneeu/79423 to your computer and use it in GitHub Desktop.
Save sneeu/79423 to your computer and use it in GitHub Desktop.
Add all untracked files to an SVN commit.
svn st | 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