soundasleep/svntime

A simple script to calculate the amount of time spent by committers on a Subversion repository

0.1.0 2014-04-18 04:18 UTC

This package is auto-updated.

Last update: 2024-03-22 10:30:55 UTC


README

A simple script to calculate the amount of time spent by committers on a Subversion repository (or, with GitHub's SVN bridge).

Available on Google Code (SVN): https://code.google.com/p/svntime/ Or GitHub (Git): https://github.com/soundasleep/svntime

UPDATE: This script has been superceded by gittime which has tests and support for more data sources.

Composer support

svntime can now be installed with Composer through Packagist:

{
  "require": {
    "soundasleep/svntime": "*"
  }
}

Connecting to GitHub

rem 60 min = 3600 sec
rem 120 min = 7200 sec
php -f vendor/soundasleep/svntime/svntime.php -- --between 7200 --before 7200 --after 3600 https://github.com/user/repo1 https://github.com/user/repo2