Timeline
Not logged in

20 descendants of [b8c3542172]

2007-11-25
07:31:43 * [eb43120ac1] Dot export extended, allow graph to define label color for highlighting. (user: aku, tags: trunk)
07:30:39 * [124fef5b1c] Filerevtree helper. Added missing requirements, and dialed the verbosity down. (user: aku, tags: trunk)
03:05:21 * [d743f04bd2] Moved more parts taken over by the top. sort passes out the breaker passes, and renumbered them. (user: aku, tags: trunk)
03:00:50 * [b6b7ff79cc] Moved the parts taken over by the top. sort passes out the breaker passes, and renumbered them (comments). (user: aku, tags: trunk)
02:59:21 * [66c85b4db4] Investigation of changeset order differences between running passes 1 to 6 and pass 6 alone show why the topological sort passes are separate in cvs2svn. The breaking of cycles can change the order of things due to different timeranges and dependencies of the broken changesets. Created two new passes for the sorting. The break passes 7 and 8 are no... (user: aku, tags: trunk)
02:54:22 * [b41127b9d8] Tweaked log output of filtering pass a bit. (user: aku, tags: trunk)
02:53:48 * [0868adf92a] Tweaked human readable representation of changesets to include their type. (user: aku, tags: trunk)
02:52:49 * [9668b16455] Bugfix in pass manager, handling of open-ended pass specifications. (user: aku, tags: trunk)
02:51:50 * [54e9b0a143] Tweaks of the log output, and reworked internals to expose not only breaking of cycles, but of paths as well. (user: aku, tags: trunk)
2007-11-24
05:31:30 * [87cf609021] Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them. (user: aku, tags: trunk)
04:40:11 * [184c56327e] Bugfix in changeset class. Documented and fixed the SQL statements pulling the successor and predecessor information out of the state. It mishandled the Trunk <-> NTDB transitions. (user: aku, tags: trunk)
04:34:26 * [17ec2d682c] Bugfix in changeset class. Forgot to update the map from revisions to containing changesets when breaking the internal dependencies of the initial changesets. This affected only the first fragment as all the revisions put into separate fragments where still pointing to the original changeset. This lead to bogus links at the level of changesets, the... (user: aku, tags: trunk)
04:29:30 * [8c9030e3e8] Bugfix in the changeset class. The index from revisions to containing changesets is not 1:1, but 1:n. While only one revision changeset is possible there can also be zero or more symbol changesets. (user: aku, tags: trunk)
04:19:15 * [6d63634309] Tweaked log output a bit. Bugfixes: Forgot to propagate the border information into SplitRevisions, and a varname typo. (user: aku, tags: trunk)
04:15:46 * [eabaea870a] Added a number of assertions and must-not-happens with associated log output. Plus some small tweaks, and notes. (user: aku, tags: trunk)
03:59:55 * [a99d5798f6] Added missing node attributes in the Replace command. (user: aku, tags: trunk)
03:56:46 * [7ed2f29d7a] Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback). (user: aku, tags: trunk)
2007-11-23
05:43:25 * [5f5620fbd2] Modified cycle breaker API. Hook for processed nodes now takes the graph as new first argument. Extended API, exposed method for dumping the current state of the graph, including ability to dump a sub graph. (user: aku, tags: trunk)
05:41:21 * [86f3319041] Extended the dot graph exporter to allow the export of a subgraph specified through a set of nodes. Default is the export of the whole graph, as before. (user: aku, tags: trunk)
05:38:12 * [64d0019e0f] Added two more debugging helper applications. One to extract and show a file revision tree, the other to display a dot file generated by the importer during cycle breaking passes. (user: aku, tags: trunk)

2007-11-22
07:24:06 * [b8c3542172] Added two helper applications which peek into a conversion state and generate graphs from it. Both helpers look at the tree of symbols and show it in toto (symbol tree), or restrict themselves to the branches, aka lines of development (lodtree). (user: aku, tags: trunk)