Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created August 21, 2012 05:40
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 raimon49/3412219 to your computer and use it in GitHub Desktop.
Save raimon49/3412219 to your computer and use it in GitHub Desktop.
svnのコミットログ回数のソート
svn log /path/to/repo -q | awk '/^r/ { print $3 }' | sort | uniq -c | sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment