Skip to content

Instantly share code, notes, and snippets.

@airbr
Created May 8, 2018 17:23
Show Gist options
  • Save airbr/33a91fd74552c1a0682dba0607f6b5dc to your computer and use it in GitHub Desktop.
Save airbr/33a91fd74552c1a0682dba0607f6b5dc to your computer and use it in GitHub Desktop.
Svn Diff All Modified files
svn st | awk '$1 == "M"{print $2;}'| xargs svn diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment