Skip to content

Instantly share code, notes, and snippets.

@uolter
Created December 11, 2012 13:41
Show Gist options
  • Save uolter/4258642 to your computer and use it in GitHub Desktop.
Save uolter/4258642 to your computer and use it in GitHub Desktop.
svn add new files only
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