Skip to content

Instantly share code, notes, and snippets.

@jaydson
Created September 4, 2013 18:13
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 jaydson/6440657 to your computer and use it in GitHub Desktop.
Save jaydson/6440657 to your computer and use it in GitHub Desktop.
List SVN users by date
svn log -r {2013-01-01}:{2013-09-04} --quiet | grep "^r" | awk '{print $3}' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment