Skip to content

Instantly share code, notes, and snippets.

@donaldr
Created November 1, 2010 18:24
Show Gist options
  • Save donaldr/658644 to your computer and use it in GitHub Desktop.
Save donaldr/658644 to your computer and use it in GitHub Desktop.
Add unknown files
svn status --ignore-externals | grep ? | cut -d" " -f8 | xargs -d"\n" svn add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment