2017 © Pedro Peláez
 

library svntime

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

image

soundasleep/svntime

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

  • Monday, June 18, 2018
  • by soundasleep
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 33 % Grown

The README.md

svntime

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

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

UPDATE: This script has been superceded by gittime which has tests and support for more data sources., (*3)

Composer support

svntime can now be installed with Composer through Packagist:, (*4)

{
  "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

The Versions

18/06 2018

dev-master

9999999-dev https://github.com/soundasleep/svntime

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

  Sources   Download

GPLv3 GPL-3.0-or-later

The Requires

  • php >=5.2.3

 

tracking svn subversion effort

18/04 2014

0.1.0

0.1.0.0 https://github.com/soundasleep/svntime

  Sources   Download

GPLv3

The Requires

  • php >=5.2.3

 

tracking svn subversion effort