Open GoogleCodeExporter opened 8 years ago
Hi.
What is the volume of 'commits' (ie groups of files in the cvs2cl log rather
than individual files) that you have filtered? I think that may be the issue.
Gource process only one commit per tick eg approx 60 commits a second (arguably
it shouldn't have that limitation ... but that is there currently).
I don't think the ignored files are messing with auto-skip-seconds directly as
they are discarded before they are distributed to Users (they still get parsed,
there's no way around that though - unless you used grep before hand :) ).
Skipping is triggered by the users being idle for more than the specified
amount of time.
Cheers
Andrew
Original comment by acaudw...@gmail.com
on 11 Jan 2012 at 12:19
The volume is largish.
I added a snippet of the cvs2pl custom log file which will show this issue. Run
it with `C:\gource>gource -800x400 -a 1 -s .25 --time-scale 4 --camera-mode
track --file-filter bugged --hide filenames,mouse,bloom cvs2pl.xml.scrubbed`
You'll see the issue fairly quickly at date April 13, 2011. You will see
everything seeming to stop with the time ticking by very slowly. If you remove
the --file-filter option this area will still run slow but show the updates to
the `bugged` directory.
I wrote a program to remove(hopefully) all identifying information. That's why
it took me so long to respond. Here's the link in case it might be useful to
someone else submitting bugs. https://github.com/beeblebrox/cvs2plscrubber
Original comment by beeblebr...@gmail.com
on 16 Jan 2012 at 11:14
Attachments:
Hi.
Thanks for log, was able to see the issue. Lots of commits was indeed the
problem!
I think I have now fixed this:
https://github.com/acaudwell/Gource/commit/a0455010773738dc170d78578f66f86e788d9
69a
(On the coredump branch, which will probably be in the next release)
Cheers
Andrew
Original comment by acaudw...@gmail.com
on 17 Jan 2012 at 7:47
Original issue reported on code.google.com by
beeblebr...@gmail.com
on 10 Jan 2012 at 6:36