Open GoogleCodeExporter opened 8 years ago
More information:
This is likely to happen when the seconds per day setting is low.
It might occur, that in the log a file gets edited then deleted. But when
gource first deletes it and the edits it, the file will not diappear.
This is a bug that needs to be fixed!
Original comment by brainsto...@gmail.com
on 20 Nov 2013 at 10:39
Will look into it. Thanks for the report.
Original comment by acaudw...@gmail.com
on 21 Nov 2013 at 2:34
Can you give me an example of a particular file that isn't removed and also a
seconds per day value that produces this effect? Thanks.
Original comment by acaudw...@gmail.com
on 21 Nov 2013 at 3:26
Rep: https://github.com/BrainStone/brainstone/
SecPerDay: 1
File (example): brainstonemod/block/BrainStoneBlockHiders.java
(At the very end)
Another good (and short) repo:
https://github.com/BrainStone/HAG-Robotic-Night-Bibliothek
Settings like 5 seconds per day are fine. But settings arround 1 seconds per
day mess it up!
I hope this helps!
Original comment by brainsto...@gmail.com
on 21 Nov 2013 at 4:16
It looks like the issue may be around files being removed in resolving of a
merge conflict. git log doesn't seem to produce a 'delete' entry for the files
removed.
'brainstonemod/blocks/BlockBrainStoneHiders.java' is included in the commit
aa2c9406baba399f87af312beaffd993f4e9849a, and appears the list of merge
conflicts in the commit 8d6fa526b5b4a9374e9154b9266767b27d482404, but not in
the list of files associated with that commit.
Original comment by acaudw...@gmail.com
on 23 Jan 2014 at 2:11
I am seeing this behavior. However, I'm using a custom log format generator
which appears to generate all removes correctly. Also, it isn't deterministic
which files may or may not be left around. It appears to me, when there are
several users modifying the same file the visualization can trigger a user to
beam and modify a file after the delete beam happens causing the file to stick
around in the visualization. I added my custom log file, it is easiest to see
the problem if you load it up, and hold 'n' and then let go in June. All the
red files will be files that should have been removed. I'm on windows v .042
using the command line: `gource -a 1 -s 2 -i 0 --title YNAB --log-format custom
custom.log`
Original comment by beeblebr...@gmail.com
on 14 Dec 2014 at 8:14
Attachments:
Thanks for the test data.
Original comment by acaudw...@gmail.com
on 15 Dec 2014 at 4:01
Original issue reported on code.google.com by
brainsto...@gmail.com
on 5 Nov 2013 at 7:06