Hi, After a small discussion with Paul Piper from ilscipio yesterday and viewing https://twitter.com/madppiper/status/880727587156307976
I had a try with http://gource.io/, which can handle SVN on Windows. I tried to generate a video but it's a real pain on Windows and I guess it would be heavy anyway.
So if you want to try it yourself, here is the recipe 1) To avoid pressing the SVN server several times, create a log file: svn log -r 1:HEAD --xml --verbose --quiet > ofbiz-log.xml 2) Then enjoy (adapt 1800x1100 to your resolution): gource ofbiz-log.xml -1800x1100 --highlight-all-users --hide-filenames --seconds-per-day 1 -a 3 --output-framerate 60 If you want to have a look at different periods get to the bottom of the video. You will find a bar where to set the visualised period Have fun! Jacques