Skip to content

raphhh21/count-svn-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

count-svn-commits

Simple python script to count how many commits each author has inside a svn repo

Usage

python3 count.py SVN_DIR

Sample Output

$ python3 count.py projects/count-svn-commits
SVN_DIR: projects/count-svn-commits

author1   2
author2   10
author3   22
TOTAL     34

About

Count number of commits by author in SVN repo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages