Timeline
Not logged in

22 checkins occurring around 2007-11-06 07:14:07.

2007-11-10
07:46:20 * [5f7acef887] Completed pass 5, computing the initial set of changesets. Defined persistent structure and filled out the long-existing placeholder class (project::rev). (user: aku, tags: trunk)
05:34:26 * [54d1e3537e] Started on pass 5, computing the initial approximate set of project level revisions, aka 'ChangeSets'. Skeleton of the pass added. (user: aku, tags: trunk)
2007-11-09
06:42:46 * [959192d4b7] Added note about why we omit cvs2svn's sorting passes. (user: aku, tags: trunk)
06:28:19 * [131f051880] Moved the paranoid integrity checks of pass 2 into a separate package for use by other passes, and changed pass 4 to also run these checks, albeit in a (slightly) relaxed form. See the comments at the point of call for the reason. This completes pass 4. (user: aku, tags: trunk)
2007-11-08
16:14:13 * [50ff86afd0] Add the --detail flag to the merge command. (user: drh, tags: trunk)
2007-11-07
22:22:02 * [ac6bb3ce06] Improvements to the merge algorithm so that it works better for common changes. Still more work needed. (user: drh, tags: trunk)
07:46:31 * [e45f47ec4a] Opcode synchronization reworked, optype table is master from which the in-memory array is loaded. (user: aku, tags: trunk)
06:22:32 * [37734390ca] Pass 4 nearly completed. Rewrite symbol mutation, completed adjustment of symbol parents, added symbol refinement (noop or not flags). Now only missing piece is replication of the pass 2 paranoia checks. Note: Checks in the adjustment of parents are a bottleneck. May need indices, or something we can do in memory. (user: aku, tags: trunk)
06:19:13 * [7ab490df24] Extended pass 2, save branch positions, needed for pass 4, and added optype table to have the revision opcodes available in the state as well. (user: aku, tags: trunk)
2007-11-06
08:05:40 * [3a530ef947] Continued work on pass 4. Now propagating the project level information about prefered parents down to the file level tags. Same for the file level branches is not yet done. (user: aku, tags: trunk)

07:14:07 * [ffafc0bd65] Continued work on pass 4. Added code bringing the file level symbol data into compliance with the project level symbol types, converting tags to branches and vice versa. (user: aku, tags: trunk)

06:47:26 * [69bf6ab99b] Continued work on pass 4. Implemented the deletion of excluded symbols and all parts referencing them. The complex part is the regrafting of NTDB revisions should a NTDB branch be excluded. This is like 'GraftNTDB2Trunk' in 'file' when excluding everything but the trunk. (user: aku, tags: trunk)
04:57:15 * [11e5d7ce42] Started on pass 4, 'FilterSymbols'. Skeleton. (user: aku, tags: trunk)
04:55:29 * [d314894b9a] Extended comment. (user: aku, tags: trunk)
04:53:55 * [4c8a5a44af] Fix in pass 3, do not compute prefered parents for the excluded symbols. Exclude them from the final check as well due to this. (user: aku, tags: trunk)
04:39:41 * [efc78b7a42] Completed pass 3, CollateSymbols. Added code determining for each symbol the prefered parent from all possible parents. This is the symbol with the lowest id among the set with the maximum number of occurences as a parent. (user: aku, tags: trunk)
2007-11-05
09:04:25 * [7eaa420a23] Extended options processing to handle --exclude, --force-tag, and --force-branch options. Extended project::sym class with in-memkory databases to hold the option information and replaced the 'UserConfig' placeholder with the actual code using the new databases to determine symbol types based on user-requests. Extended the pass itself with code per... (user: aku, tags: trunk)
02:42:58 * [929d28e358] Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. (user: drh, tags: trunk)
2007-11-03
04:39:37 * [a67fbd784d] Add support for built-in variables in subscript. (user: drh, tags: trunk)
04:23:43 * [92f6081d11] Add basic math operators to subscript. (user: drh, tags: trunk)