Timeline
Not logged in

22 events by user aku occurring around 2008-02-04 06:05:11.

2008-02-06
05:04:12 * [66235f2430] Updated the copyright information of all files touched in the new year. (user: aku, tags: trunk)
04:58:20 * [9f297fed37] Updated my notes tracking the known problems. (user: aku, tags: trunk)
04:57:30 * [a5840849d0] Fixed bug computing a symbol's parent. preferedparent is the voting table, not the home of the definite information. The bug caused the use of the wrong parent lod during the import of changesets. Luckily the chosen parent was not known yet, causing an abort. (user: aku, tags: trunk)
04:55:34 * [0d13da3018] Get the line of development for changesets directly from the items and their lod references. The in-memory data from the meta table is out-of-date since the adjustment of parents in pass 'FilterSymbols'. Print the LOD information when sorting the changesets. (user: aku, tags: trunk)
04:51:51 * [70acbf63ec] Print the tree of symbols (i.e. definite parents) at high verbosity levels. (user: aku, tags: trunk)
2008-02-05
15:52:35 * [c9270189c2] Added tracking of file removal in changesets. (user: aku, tags: trunk)
15:51:46 * [8ec5d8c87c] Moved log output for changeset log message to higher verbosity level. (user: aku, tags: trunk)
06:09:27 * [a1bbf19d51] Accept a last trunk-changeset on a vendor branch with the :trunk: already defined, and warn. Force changeset to be vendor-only, out of trunk. (user: aku, tags: trunk)
06:08:11 * [7caaf7afd5] Removed bogus (early) unset. (user: aku, tags: trunk)
2008-02-04
06:26:46 * [812c91bb8d] Added some musings to one of the situations to deal with. (user: aku, tags: trunk)

06:05:11 * [e1dbf3186d] Reworked the revision import to use the new state tracking system instead of the simple array. Moved some log outputs. Added a file listing the known problems to prevent me from forgetting stuff as it piles up :/ (user: aku, tags: trunk)

06:02:57 * [e7138d7f9c] Moved the really large log output during revision import (log message, and command) to very high log levels. (user: aku, tags: trunk)
06:01:45 * [d011e0b008] Added classes to track the state of a workspace, and of the whole revision import. (user: aku, tags: trunk)
06:00:40 * [4e02d677c2] Added note of an idea taken over by Mark Janssen. (user: aku, tags: trunk)
05:59:54 * [2f70125d48] Fixed a typo. (user: aku, tags: trunk)
2008-02-03
01:36:14 * [0523983440b] Merge Merged importer to mainline. (user: aku, tags: trunk)
01:33:45 * [3e76f2a5f0] Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer. (user: aku, tags: trunk)
00:45:57 * [83d75a6c23] Modified filtering pass to drop the blobs of excluded revisions, for them we can be sure that we will not need them later, as whole branches are dropped. Modified the file import to use the new blob information to setup the expansion graph. This fixes the trouble we had with archive files in bwidget. They are now properly expanded. (user: aku, tags: trunk)
00:04:37 * [aa04ac9d10] Extended the collection of revisions for a file with a separate blob store to manage the text ranges of revisions and their dependencies separate from the revisions. This will be used later (upcoming) to properly expand a file even if revisions were removed as irrelevant during the collection and filter passes. (user: aku, tags: trunk)
2008-02-02
22:59:53 * [f94f7e17d1] Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed. (user: aku, tags: trunk)