soundasleep / svntime
一个简单的脚本,用于计算提交者在Subversion仓库中花费的时间量
0.1.0
2014-04-18 04:18 UTC
Requires
- php: >=5.2.3
This package is auto-updated.
Last update: 2024-09-22 11:30:20 UTC
README
一个简单的脚本,用于计算提交者在Subversion仓库中花费的时间量(或者,使用GitHub的SVN桥接)。
可在Google Code (SVN) 上找到:https://code.google.com/p/svntime/ 或 GitHub (Git):https://github.com/soundasleep/svntime
更新: 此脚本已被gittime取代,它具有更多数据源的支持和测试。
Composer支持
svntime
现在可以通过Composer通过Packagist安装
{ "require": { "soundasleep/svntime": "*" } }
连接到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