Counting the total number of commits a user has made in a subversion repo
I'd like to produce a list of users and their total c开发者_StackOverflowommits to a subversion repository. Is it possible to generate this information from the command line?
Check out this: http://blogs.oracle.com/mikey/entry/count_svn_commits_for_each
精彩评论