Skip to content

count SVN contribution by lines of code for each author in a specified time period

Notifications You must be signed in to change notification settings

sommer1991/SVNContributionCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SVNContributionCounter

count SVN contribution by lines of code for each author in a specified time period.

Usage:
specify the following variables in the main method:

  1. SVN repository, username and password.
  2. Temporary file to save line differences between two revisions. It can be set to arbitrary directory in your disk.
  3. Time period.

Example:
svnUrl = "https://hp-hp/svn/firstRepo/mavenProject1";
username = "harry";
password = "harry";
diffFile = "D:/different.txt";
start = format.parse("2016-01-01");
end = format.parse("2016-01-10");

About

count SVN contribution by lines of code for each author in a specified time period

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages