Skip to content

Instantly share code, notes, and snippets.

@shayanderson
Created August 5, 2015 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shayanderson/1588944573b97ed6df65 to your computer and use it in GitHub Desktop.
Save shayanderson/1588944573b97ed6df65 to your computer and use it in GitHub Desktop.
svn log -v -r{2015-1-1}:HEAD | awk '/^r[0-9]+ / {user=$3} /./{if (user=="svnusername") {print}}' | grep -E "^ M|^ G|^ A|^ D|^ C|^ U" | awk '{print $2}' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment