22 events by user aku occurring around 2008-02-01 05:32:04.
2008-02-03
| ||
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) |
07:33:03 | * | [dbdc160161] Merge Merged with mainline. (user: aku, tags: trunk) |
07:03:39 | * | [9214c11831] Changeset handling, extended logging of how parent is determined. Fossil access, fixed importrev call to use correct workspace/repository. Fixed handling of output, stripping unwanted text, checking of output syntax. Extended logging. Added final 'rebuild'. NOTE: formation of the changesets/manifests is buggy, is not tracking unchanged files across... (user: aku, tags: trunk) |
06:49:40 | * | [dfb6ee3bac] Dropped primary key of temp table __im, record ids are not unique. Scenario: Several empty files. All have the same id, different paths. (user: aku, tags: trunk) |
05:07:20 | * | [b405f4fc04] Fix use (scoping) of revision items when looking for vendor branch data. (user: aku, tags: trunk) |
05:05:01 | * | [bd9703dee6] Fix bad setup of comment for manifest. (user: aku, tags: trunk) |
2008-02-01
| ||
05:33:21 | * | [41c9b79928] Activated invokation of the fossil command importing a revision. (user: aku, tags: trunk) |
05:32:04 | * | [b7a93530ef] Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest. (user: aku, tags: trunk) |
05:29:52 | * | [da4f0c2638] Made remove_from_argv public for use by the upcoming test-import-manifest command. Fixed description of verify_all_options. Initialized variable to silence gcc warning. (user: aku, tags: trunk) |
05:25:03 | * | [e8efbc317a] Reworked the code determining the parent of the currently committed changeset. It should now handle the transition from vendor branch to trunk correctly. (user: aku, tags: trunk) |
2008-01-31
| ||
07:14:20 | * | [e5ae612c8d] Fork Added high-verbosity (level 11) logging to trace the application of rcs patches. (user: aku, tags: trunk) |
06:25:34 | * | [7c43583de1] Tinkered with the revision information transfered from a changeset to push, to the fossil accessor code, modified the logging as well. (user: aku, tags: trunk) |
05:39:51 | * | [3cd599cacd] Moved the most complex parts of pushto into their own commands. (user: aku, tags: trunk) |
2008-01-30
| ||
08:28:34 | * | [348e45b0d6] Branch-Point Added basic import of changesets. Note that this code is incomplete with regard to handling the various possible interactions between a vendor-branh and trunk. (user: aku, tags: trunk) |
08:25:00 | * | [f9e0d23d97] Added placeholder code to the fossil accessor class for the import of a revision. currently only logging the call. (user: aku, tags: trunk) |
08:23:36 | * | [9e1b461b2f] Broke package dependency cycle introduced when moving the cset load code from the InitCsets pass to the cset class. (user: aku, tags: trunk) |
08:20:37 | * | [81a297a66a] Extended log writing to handle multi-line log messages. (user: aku, tags: trunk) |