Skip to content

Instantly share code, notes, and snippets.

@mutoo
Last active December 18, 2015 04:38
Show Gist options
  • Select an option

  • Save mutoo/5726441 to your computer and use it in GitHub Desktop.

Select an option

Save mutoo/5726441 to your computer and use it in GitHub Desktop.
SVN add all unversioned files to SVN ...
alias svnaddall="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