22 events by user aku occurring around 2008-01-27 20:40:48.
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) |
03:23:02 | * | [49dd66f64f] Moved the code loading changesets from state to its proper class. (user: aku, tags: trunk) |
03:10:57 | * | [ed13b28b13] Fixed the names for the case-sensitive file operations. (user: aku, tags: trunk) |
2008-01-29
| ||
04:05:10 | * | [edc46651c7] Moved the new case-sensitive file checking code into the misc package with descriptive command names, to recapture clarity of code at the calling places. (user: aku, tags: trunk) |
2008-01-27
| ||
20:43:58 | * | [e60ba15821] Added log output to make the log during file import more complete. (user: aku, tags: trunk) |
20:43:19 | * | [970be48fce] Added debug helper methods. Fixed description of symbol reference in instances. (user: aku, tags: trunk) |
20:42:01 | * | [d3aa33884b] Allow for detached branches when checking lod consistency. Fixed formatting nit. Added debug helper method. (user: aku, tags: trunk) |
20:40:48 | * | [0adaabf112] Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more. (user: aku, tags: trunk) |
20:38:17 | * | [727f370c29] Added comments to the sql commands in the integrity checks. (user: aku, tags: trunk) |
2008-01-19
| ||
06:07:49 | * | [6809145eb1] More comments on sql statements. (user: aku, tags: trunk) |
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) |