abelsiqueira / gource

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

gource does not remove all folders that were deleted under the same timestamp #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Input file (test.log):
1348481634|user|A|/dir1/dir1.txt
1348481634|user|A|/dir2/dir2.txt
1348482634|user|D|/dir1/
1348482634|user|D|/dir2/

command line:
gource --multi-sampling --highlight-dirs --highlight-users --file-idle-time 0 
--realtime test.log

What is the expected output? What do you see instead?
At the end I should see an empty graph. Instead of that, the branch with 'dir2' 
remains.

What version of the product are you using? On what operating system?
Gource v0.39 / win7/x64

Please provide any additional information below.
In the above example gource removes 'dir1' but not 'dir2'.
If you change the timestamp in the line '1348482634|user|D|/dir2/' then 'dir2' 
also gets properly removed.

Maybe related to Issue 141, Issue 136 and Issue 31?

Original issue reported on code.google.com by gbuda...@gmail.com on 22 Feb 2013 at 8:57

Attachments:

GoogleCodeExporter commented 8 years ago
Is it maybe fixed by commit 46c1beeee46bb6025b54303246b2f6054bf4bd2b ?

Original comment by gbuda...@gmail.com on 22 Feb 2013 at 9:03

GoogleCodeExporter commented 8 years ago
Yep this is the same as Issue 177. Thanks.

Original comment by acaudw...@gmail.com on 23 Feb 2013 at 12:48