Skip to content

Instantly share code, notes, and snippets.

@sharjeelaziz
Created May 7, 2011 04:10
Show Gist options
  • Save sharjeelaziz/960192 to your computer and use it in GitHub Desktop.
Save sharjeelaziz/960192 to your computer and use it in GitHub Desktop.
Add all unversioned files to svn
svn add `svn status .|grep "^?"|awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment