Visualize activitiy in a VCS branch (LIVE commits!) by polling the repository for new commits and feeding the log of changes to Gource.
Supported VCS:
- Git
- Bazaar
- Subversion
- Gource: https://code.google.com/p/gource/
- Python 2.7
-
Add this project to your
PATH
environment variable -
cd
into your project's directory -
Run
gource-live.py
By default this will poll the repository every 5 seconds,
and feed the changes to Gource. Run gource-live.py --help
for more options.