Skip to content

Instantly share code, notes, and snippets.

@jtdp
Created November 16, 2012 10:44
Show Gist options
  • Save jtdp/4086339 to your computer and use it in GitHub Desktop.
Save jtdp/4086339 to your computer and use it in GitHub Desktop.
Add unversioned resources to svn
svn status | 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