Timeline
Not logged in

22 events by user aku occurring around 2007-11-25 07:30:39.

2007-11-27
02:37:51 * [bf83201c7f] Outline for more integrity checks, focusing on the changesets. (user: aku, tags: trunk)
2007-11-25
07:54:09 * [b679ca3356] Code cleanup. Removed trailing whitespace across the board. (user: aku, tags: trunk)
07:44:24 * [1ea319fb67] Another helper, textual, write changeset data to stdout. (user: aku, tags: trunk)
07:41:07 * [bcc630d3f5] Tweaked log output of the topological sorter (revisions) to be tabular (aligned columns), added information (time ranges). (user: aku, tags: trunk)
07:39:53 * [96167b2a48] Changesets: Added accessor for to retrieve number of changesets known, and dropped the "trunk root -> NTDB root" dependency, is problematic. (user: aku, tags: trunk)
07:37:04 * [63052cb60a] Fixed log output for pass 10, and added missing command. (user: aku, tags: trunk)
07:35:30 * [97b4405ecf] Extended cycle breaker with debug facility allowing the user to watch the neighbourhood of specific changesets during the traversal. Extended label information, highlighting of the nodes of interest. Tweaked log output a bit. (user: aku, tags: trunk)
07:32:37 * [00e041dd22] State log output, moved to slightly higher verbosity level to allow them to be suppressed. (user: aku, tags: trunk)
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)