Timeline
Not logged in

22 events occurring around 2007-12-06 03:54:15.

2007-12-31
11:20:33 * Changes to wiki page Opera (user: anonymous)
11:17:57 * Changes to wiki page To Do List (user: anonymous)
2007-12-13
16:24:25 * Changes to wiki page To Do List (user: jeremy_c)
2007-12-08
03:39:27 * [f7fe15cd0c] More comments on sql statements, slight reordering of some tables and conditions. (user: aku, tags: trunk)
02:59:09 * [808fbc4745] Added comments explaining the select statement checking revision/file/project/metadata integrity (user: aku, tags: trunk)
2007-12-07
18:29:00 * Changes to wiki page Import CVS Repositories (user: aku)
08:55:21 * [97e0e9dda9] Removed two unused classes. (user: aku, tags: trunk)
2007-12-06
04:05:36 * [9a763fe596] Reworked time keeping in the pass manager, the microseconds kept by by the 'time' command flow over after roughly 72 minutes (2^32 microseconds). We now use 'clock seconds' to explicitly keep time. This should flow over only after abuut 136 years. The loss of resolution is ok, the converter does not need it. Seconds are good enough. (user: aku, tags: trunk)
03:58:01 * [b81901adcb] Extended traversal core to allow custom labeling of the log output immediately before the traversal starts. (user: aku, tags: trunk)
03:56:07 * [b59cdc7f8a] Removed the automatic destruction of the traversed graph from the traversal core and put it into the caller (import only, currently). (user: aku, tags: trunk)

03:54:15 * [08f8085700] Added progress feedback to the file import, and moved the log output to level 8. (user: aku, tags: trunk)

03:48:25 * [bf0b70d5e0] Fixed handling of empty revisions. (user: aku, tags: trunk)
2007-12-05
21:35:56 * Changes to wiki page Import CVS Repositories (user: anonymous)
21:02:30 * Changes to wiki page Import CVS Repositories (user: anonymous)
08:07:46 * [d0305b305a] Merge Merged mainline into my branch to get the newest application. (user: aku, tags: trunk)
07:58:56 * [6f1c4424b4] Bugfix. Translation implies encoding, not the reverse. This caused problems when parsing files with mixed-mode line-endings. The generated char offsets and lengths were off. Found during expansion. (user: aku, tags: trunk)
07:57:50 * [d9fc75e587] Created new pass for the import of files and changesets. Uses the new file method and fossil accessor class to handle the file import. Changeset -> manifest conversion is _not_ covered yet. (user: aku, tags: trunk)
07:55:59 * [e100314ec2] Extended file handling with main logic to import an archive into fossil. Main parts are determining the various orders for expansion and import, and expanding all revisions in an archive into full texts, iteratively applying the stored deltas. (user: aku, tags: trunk)
07:53:11 * [1a20a81f33] Integrated the new fossil management class with the option processor. New option --fossil to specify the fossil executable if it was not found in the PATH, or to overide the PATH. (user: aku, tags: trunk)
07:52:00 * [b6bf21e2a8] Added helper class managing access to fossil repositories. Already has a basic method to import and delta-compress a series of files. Used 'test' commands of fossil to get the necessary low-level access. (user: aku, tags: trunk)