pombreda / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Realtime mode, branches disappearing #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using realtime mode

hi,

I wrote myself a tool which polls an SVN repository and generating std.out with 
custom-log format for gource. This works quite well, you get sort of realtime 
view on your repository.

But the branches are disappearing too fast, as I don't have a commit every 
minute, more like every 30 minutes. So it would be nice to configure the tree 
to let the branches "live longer". Is that possible somehow?

Original issue reported on code.google.com by s.mar...@gmail.com on 19 Nov 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Hi. It sounds like you need to set

--file-idle-time SECONDS

The default is 60 seconds, or 0 to turn if off.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 19 Nov 2010 at 8:15

GoogleCodeExporter commented 9 years ago
That works, thx!

Original comment by s.mar...@gmail.com on 22 Nov 2010 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by acaudw...@gmail.com on 24 Nov 2010 at 3:57