Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file tools/cvs2fossil/lib/c2f_frev.tcl version f165072caa
|
2007-11-06
| ||
| 08:05 | 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. ... (check-in: 3a530ef947 user: aku tags: trunk) | |
| 07:14 | 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. ... (check-in: ffafc0bd65 user: aku tags: trunk) | |
| 06:47 | 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. ... (check-in: 69bf6ab99b user: aku tags: trunk) | |
| 04:57 | Started on pass 4, 'FilterSymbols'. Skeleton. ... (check-in: 11e5d7ce42 user: aku tags: trunk) | |
| 04:55 | Extended comment. ... (check-in: d314894b9a user: aku tags: trunk) | |
| 04:53 | Fix in pass 3, do not compute prefered parents for the excluded symbols. Exclude them from the final check as well due to this. ... (check-in: 4c8a5a44af user: aku tags: trunk) | |
| 04:39 | 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. ... (check-in: efc78b7a42 user: aku tags: trunk) | |
|
2007-11-05
| ||
| 09:04 | 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 performing various checks on the results of type determination, partially paranoia, partially to find genuine bad requests (excluding symbols with unexcluded blockers, making a symbol with commits on it a tag, ...). NYI: Computation of the prefered parent for all symbols. ... (check-in: 7eaa420a23 user: aku tags: trunk) | |
|
2007-11-02
| ||
| 06:06 | Continued work on pass 3, added code to determine the type of symbols based on the tag-, branch-, and commit-counts. Hook for handling data coming from the option processoris present (UserConfig), but only as a placeholder. ... (check-in: f888f06fe3 user: aku tags: trunk) | |
| 04:29 | Skeleton for pass 3 added, collating the symbols. ... (check-in: 6d4eb24738 user: aku tags: trunk) | |
| 04:26 | Added code for the loading of pass II data (currently only the smybols) from the state when pass II is skipped. ... (check-in: c3d5104084 user: aku tags: trunk) | |
| 04:24 | Fixed typos. ... (check-in: 77904c1f51 user: aku tags: trunk) | |
|
2007-10-31
| ||
| 03:45 | Milestone I reached (To save the fundamental repository structure into a sqlite database). ... (check-in: cb4d44d60e user: aku tags: trunk) | |
| 03:44 | Added code creating aggregate symbol statistics. This completes pass 2 (CollRev). ... (check-in: 6f8667b03e user: aku tags: trunk) | |
|
2007-10-27
| ||
| 04:59 | Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks. ... (check-in: 831e8f360d user: aku tags: trunk) | |
|
2007-10-26
| ||
| 06:53 | Added another consistency check, and revised the comments to use the more exact terms for the various relationships. ... (check-in: 70d4a81162 user: aku tags: trunk) | |
| 06:11 | Fixed one of the cross-reference checks. ... (check-in: 2e7cbb2829 user: aku tags: trunk) | |
| 05:29 | Added lots of checks looking for inconsistent references between the various objects, mainly revisions. ... (check-in: 2434ad3bfe user: aku tags: trunk) | |
| 05:28 | Added saving of the fundamental symbol information (project level). ... (check-in: 1deb3786aa user: aku tags: trunk) | |
|
2007-10-25
| ||
| 05:16 | Fixed saving of authors, log messages, meta data. This was wrong since revision [99e165d5c4], when the id databases were introduced. Simplified meta saving due to changed trunk coding (no NULL). ... (check-in: 89e9b357ed user: aku tags: trunk) | |
| 05:14 | Formatting change, code alignment. ... (check-in: 7375ebb988 user: aku tags: trunk) | |
| 05:13 | Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. ... (check-in: 2c08006d9d user: aku tags: trunk) | |