Skip to content

Instantly share code, notes, and snippets.

@sharjeelaziz
Created May 7, 2011 04:12
Show Gist options
  • Save sharjeelaziz/960195 to your computer and use it in GitHub Desktop.
Save sharjeelaziz/960195 to your computer and use it in GitHub Desktop.
Add all unversioned files to svn
svn status | grep '?' | sed 's/^.* /svn add /' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment