Skip to content

Instantly share code, notes, and snippets.

@carsonreinke
Created October 16, 2012 19:05
Show Gist options
  • Save carsonreinke/3901279 to your computer and use it in GitHub Desktop.
Save carsonreinke/3901279 to your computer and use it in GitHub Desktop.
Export SVN Modifications
tar czf ~/export.tgz `svn status | grep -Po '(?<=[AM\?](\s{7})|(\s{2}\+\s{4})).*'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment