Closed GoogleCodeExporter closed 8 years ago
Hmmm.. how about re formatting your log like this:
test.log:
1314256909|Teacher_91|A|/forum_name/node.forum|FFFFFF
1314256910|Teacher_91|A|/forum_name/forum_topic_1/node.topic|FFF00
1314256911|Teacher_91|A|/forum_name/forum_topic_1/comment_1/node.comment|0000FF
1314256912|Teacher_91|A|/forum_name/forum_topic_1/comment_2/node.comment|0000FF
1314256913|Teacher_91|A|/forum_name/forum_topic_1/comment_1/comment_3/node.reply
|00FFFF
1314256914|Teacher_91|A|/forum_name/forum_topic_1/comment_1/comment_4/node.reply
|00FFFF
1314256915|Teacher_91|A|/forum_name/forum_topic_2/node.topic|FFF00
1314256915|Teacher_91|A|/forum_name/forum_topic_2/comment_5/node.comment|0000FF
then run with:
gource.exe --key --highlight-dirs --hide filenames test.log
This gives you a node for each forum/topic/comment/reply and you also have
control over the file key :)
Original comment by acaudw...@gmail.com
on 28 Sep 2011 at 1:36
Or use '--file-extensions --hide dirnames --key'. To only label the nodes.
Original comment by acaudw...@gmail.com
on 28 Sep 2011 at 2:01
Yeah, that did it. For every content I created a "folder" and a "file" with an
associated file extension with the same into to that folder like this:
1314256911|Teacher_91|A|/forum_name/forum_topic_1/|0000FF
1314256911|Teacher_91|A|/forum_name/forum_topic_1/forum_topic_1.forum|0000FF
1314256911|Teacher_91|A|/forum_name/forum_topic_1/comment_1/|0000FF
1314256911|Teacher_91|A|/forum_name/forum_topic_1/comment_1/comment_1.forum|0000
FF
This way every folder has one file and so the data works better for the Gource
point of view.
Thanks a million.
In the attachments you can see the difference which is quite huge :) The data
is about the same in both of the pictures. _v1 is the older one and _v2 the
newer one.
_teemo_
Original comment by teemo.te...@gmail.com
on 30 Sep 2011 at 9:05
Attachments:
Cool. Glad to help.
Original comment by acaudw...@gmail.com
on 2 Oct 2011 at 9:08
Original comment by acaudw...@gmail.com
on 13 Oct 2011 at 8:05
Original issue reported on code.google.com by
teemo.te...@gmail.com
on 27 Sep 2011 at 1:15