22 events by user aku occurring around 2007-09-17 01:43:07.
2007-09-26
| ||
05:02:06 | * | [3852590ce6] New feature for importer. rcs parser extended so that it can store parse results for quick loading in future runs. This feature has no real use in regular use of the importer, i.e. one-shot conversion of a CVS repository to fossil. It is however useful for debugging when the source repository is scanned many times during test runs. Especially for l... (user: aku, tags: trunk) |
2007-09-20
| ||
07:37:36 | * | [25bc721076] Fork Entered the general structure planned for processing of branches. Incomplete. This code right now exits when it finds branch csets. Some debug output to see detailed internals from which to pull the pieces together. (user: aku, tags: trunk) |
07:33:12 | * | [a9dcf09124] Trim the commit messages to remove irrelevant leading and trailing line-endings. (user: aku, tags: trunk) |
07:14:44 | * | [cbbf9a7575] Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. (user: aku, tags: trunk) |
07:08:40 | * | [330f2da791] Moved the counting of imported changesets to the beginning for a more accurate percent calculation and proper ending at 100%. (user: aku, tags: trunk) |
03:51:49 | * | [a5476aed27] Modified sorting of timeline entries for the same second to properly split files and file versions from each other, and to have newer revisions later. Further added a storage for error messages to be repeated when the importer exist. First user is the code reporting corrupted archive files detected during a checkout. (user: aku, tags: trunk) |
2007-09-17
| ||
07:05:01 | * | [ae54e928c2] Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. (user: aku, tags: trunk) |
04:14:18 | * | [10e3b3ed76] Fixed bug in the new code setting up the timeline, forgot to clean up loop state, causing data from previous iterations to bleed into the current one, causing the use of bogus data and ultimatively a bogus timeline. Note! Incidentially a bug in the old code was fixed by the new one, the use of mismatching revisions and commit messages. That caused ... (user: aku, tags: trunk) |
03:13:07 | * | [2740b48b63] Cleaned up the creation of the workspace directory. (user: aku, tags: trunk) |
03:03:25 | * | [1593006ef3] More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package. (user: aku, tags: trunk) |
01:43:07 | * | [6f121db1e2] Added structure to the CVS frontend code, putting the repository traversal into its own package. (user: aku, tags: trunk) |
01:41:58 | * | [ebb94f75cb] Semantics of the progress display extended to allow an empty maximum to signal use of an infinite (open-ended) display. (user: aku, tags: trunk) |
01:00:32 | * | [f76192b245] Merge Pulled the latest CLI, website, and sqlite changes into the importer branch. (user: aku, tags: trunk) |
00:58:51 | * | [bbcb6326c9] Merge Pulled in the navbar and timeline changes. (user: aku, tags: trunk) |
00:56:40 | * | [d8c18fc148] Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch ... (user: aku, tags: trunk) |
2007-09-15
| ||
03:18:31 | * | [b504674c5f] Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too. (user: aku, tags: trunk) |
2007-09-14
| ||
23:23:48 | * | [18251642f3] Moved the handling of the import statistics into its own package. Untested. (user: aku, tags: trunk) |
2007-09-13
| ||
08:02:26 | * | [7b2619b7ef] Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. (user: aku, tags: trunk) |
06:59:24 | * | [cdf5e6d8b7] Encapsulated access to the fossil and cvs applications in their own packages. (user: aku, tags: trunk) |
06:24:31 | * | [d4aa7da67d] Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. (user: aku, tags: trunk) |