pombreda / gource

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

folder name #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to visualize hierarchical structures and their evolution using 
gource. One issue that I have is that gource "silently" removes a node if it 
detects it is a folder. Is there any way that I can disable the feature with 
options? 

What steps will reproduce the problem?
1. log data
1|user|A|A
2|user|A|A-B
3|user|A|A-C
2. gource custom.log

What is the expected output? What do you see instead?
I expect (or want) to see a node and label for A (@ mouse-on)
Instead, I don't see any

What version of the product are you using? On what operating system?
gource-0.28 Windows 7

Please provide any additional information below.
It's awesome!!! Thank you!

Original issue reported on code.google.com by sewook....@gmail.com on 7 Jan 2011 at 11:37

GoogleCodeExporter commented 9 years ago
Hi. Sadly there isn't an option to turn this off.

You could try using an older version that didn't do this check (I'm pretty sure 
0.26b doesn't).

I might in the future add a '--draw-dirs' or such feature in the future that 
adds a 'node' for each directory, which might be closer to what you want here.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 8 Jan 2011 at 10:16