Timeline
Not logged in

110 events by user aku occurring around 2007-08-26 22:22:01.

2007-10-21
06:10:13 * [886b6f257b] Added code able to exclude all non-trunk revisions upon user request. (user: aku, tags: trunk)
04:42:14 * [99e165d5c4] Created a separate common class for the id databases used by the repository, and updated the repository code to use it. (user: aku, tags: trunk)
2007-10-19
07:23:57 * [510cd02303] Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. (user: aku, tags: trunk)
07:22:44 * [294156a36f] Extended the RCS parser to handle extended (aka new) phrases coming after the regular data of a revision, in the revision tree. (user: aku, tags: trunk)
2007-10-17
04:37:05 * [cfe4b269ac] Added detection of irrelevant trunk revisions for files added to a branch but not the trunk. Repository extended to keep inverted indices for the meta data and commit messages for retrieval of commit messages per meta data, required for the previous. fixed problem with file objects, we kept only the rcs path, and need the user visible path too. (user: aku, tags: trunk)
04:33:49 * [09af24fc7c] Extended file-level symbols and project-level trunk with methods to allow users to distinguish them (trunk vs. not trunk, for use as lines of development). (user: aku, tags: trunk)
03:24:30 * [b5b2d61527] Switched procs to methods, got rid of unwieldy and error-prone explicit import of instance variables. (user: aku, tags: trunk)
03:15:12 * [177a0cc55c] Fix setting of myimported, wrong condition. Fix item assignment when sorting branches. Fix parent/child linkage when setting up branch dependencies. Completed processes on non-trunk default branch revisions. Added skeleton code for the deletion of superfluous revisions. (user: aku, tags: trunk)
03:10:46 * [a3cd0c3099] More handling for option --trunk-only. (user: aku, tags: trunk)
03:09:58 * [3bde1a2e2f] Added new option --trunk-only, state and processing. (user: aku, tags: trunk)
03:08:06 * [4e49cbf03b] New helper command to delete item from list by name instead of position. (user: aku, tags: trunk)
2007-10-15
00:03:30 * [e5441b908d] Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... (user: aku, tags: trunk)
2007-10-14
01:58:07 * [67c24820c7] Reworked the whole handling of meta data (author, commit message, plus project/branch information), so that revisions now store only the meta id, everything else is stored centrally. All the relevant pieces (author, cmessage, symbols, projects) now also get numeric ids assigned early instead of when being saved to the state. Project ids are loaded ... (user: aku, tags: trunk)
2007-10-13
23:57:15 * [54ac684df7] Completed loading of pass I from persistent state when skipped. (user: aku, tags: trunk)
23:42:08 * [4df56a9e7e] Closed-Leaf For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. Thi... (user: aku, tags: trunk)
23:29:17 * [ae19c0fcb4] Fork Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. (user: aku, tags: trunk)
21:15:30 * [27470a9304] Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags. (user: aku, tags: trunk)
05:39:00 * [cb70cf4ad6] The basic work of setting up and linking revisions, tags, and branches is complete. (user: aku, tags: trunk)
2007-10-12
07:20:47 * [40eaf58ec7] Extended rcs parser with another callback run after the processing of the revision tree completed, before starting on description and delta texts. Updated file class to intercept the callback. (user: aku, tags: trunk)
07:18:27 * [da9295c6f6] Continued to flesh out revision and symbol processing. Started on the project level classses. (user: aku, tags: trunk)
05:57:53 * [be891232a2] Extended rcs parser to tag errors which are syntax errors in the RCS archive. Extended pass handling to capture trouble and distinguish between internal problems and syntax errors. (user: aku, tags: trunk)
05:56:46 * [bd131addb9] Started to flesh out the handling symbols and revisions coming in from the rcs parser. First fragments of revision object. Type methods for classification of revision numb ers. (user: aku, tags: trunk)
2007-10-10
05:36:27 * [a10f654ac7] Added more checks to pass I looking for possible file/directory conflicts in the repository, and modified traverser to report on and ignore sub directories of Attic's. (user: aku, tags: trunk)
04:23:22 * [338854a61a] API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. (user: aku, tags: trunk)
03:28:22 * [84de38d73f] Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. (user: aku, tags: trunk)
2007-10-06
22:13:25 * [70b0aa899a] Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. (user: aku, tags: trunk)
22:06:05 * [84871722547960b] Broke static dependency cycle repository <- project <- file <- repository, now using dynamic/runtime object references instead. This allows us to keep the nice and readable format for our files, code is readable too. (user: aku, tags: trunk)
21:59:03 * [3d88cfd05d] Started capture of revision information in file objects. Capturing authors and commit messages and repository level. Completed persistence for these latter too. Rearranged the requirements, imports, and exports a bit to handle the new dependency cycle repository <- project <- file <- repository (user: aku, tags: trunk)
21:19:26 * [6d1811d61e] Continued work on pass II, skeleton of it completed by adding outline of code for persistence. (user: aku, tags: trunk)
21:01:15 * [2e3815c3b4] Added skeleton and dump methods to make file objects proper sinks for the rcs parser. (user: aku, tags: trunk)
21:00:48 * [e7bb3d073d] rcs parser rewritten to snit type, singleton, using callbacks to convey information. Got a grip on regexp -start -indices (^ -> \A, indices are absolute). This means that I now don't have to shift the unprocessed string down in memory, it is all index processing now. This makes for a much faster parser, especially for large files with many revision... (user: aku, tags: trunk)
20:58:24 * [ec053168a8] Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. (user: aku, tags: trunk)
18:43:01 * [8a93ffa9c1] Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. (user: aku, tags: trunk)
18:28:33 * [860f533e98] Bringing back in the old parser for rcs archives. (user: aku, tags: trunk)
03:56:32 * [fdbc01df95] Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. (user: aku, tags: trunk)
03:55:06 * [10f9d51bb2] Added documentation to state definition, and debugging output to the state system itself. (user: aku, tags: trunk)
03:53:41 * [43d72c6246] Better formatting for --help-passes, align codes. (user: aku, tags: trunk)
2007-10-05
07:27:52 * [042d54bae5] Completed integration of state with pass I, now saving projects and files into it. (user: aku, tags: trunk)
07:08:35 * [d174affb48] Collapse multiple uses of a project path into one project. (user: aku, tags: trunk)
07:07:51 * [78da61db0e] Added documentation for the persistent state of pass I. (user: aku, tags: trunk)
06:50:57 * [fb1e36d290] Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. (user: aku, tags: trunk)
05:33:14 * [eb656de7d9] Added the basic parts of the state manager and integrated it with option processor and pass manager. (user: aku, tags: trunk)
2007-10-04
04:34:59 * [52f2254007] Continued work on pass I. Filled in the repository management, and basic implementation of project objects. Missing are persistence and the foundation for that (cache database). (user: aku, tags: trunk)
04:32:49 * [2929a438ef] Extended option processing, added handling of verbosity/quietness. (user: aku, tags: trunk)
2007-10-03
04:18:18 * [47740cc1f6] Added stub for repository management, added most of pass I, collecting archives in the repository. (user: aku, tags: trunk)
2007-10-02
06:48:55 * [591151532206c] Added the pass management, integrated with application and option processor. (user: aku, tags: trunk)
05:33:09 * [d57b7b4a05] Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. (user: aku, tags: trunk)
03:05:43 * [2a98ac44bd] Third attempt at getting a cvs importer which can handle branches. Using cvs2svn code and design notes as a guide. (user: aku, tags: trunk)
2007-09-27
04:44:19 * [7a64b9e738] CVS import. First, fixed sig::next regarding two things. One, we have to take the root version of a file into account as a possible predecessor. Two, a missing changed file may be misclassified and actually be added instead. Second, modified the search for a root changeset of a branch. We now try the existing regular intersection first for exactnes... (user: aku, tags: trunk)
2007-09-26
07:06:45 * [f6f5c902e6] Bugfix for 3852590ce6. Make the use of cache files in the rcs parser actually dependent on the user option. (user: aku, tags: trunk)
05:06:18 * [72dac950c3] Continued work on the import of branches. Main principle now is to handle the branches vertically. First the trunk, then the branch starting with the first unprocessed changeset, and so forth. Looks more promising than the previous approach. Currently handles just a bit over half of the test projects (11 of 21 in 6 repositories). (user: aku, tags: trunk)
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)
06:22:29 * [00228d1547] Continuing namespace changes, cvs frontend. (user: aku, tags: trunk)
06:03:30 * [45cd12f05a] Continuing namespace changes, fossil backend. (user: aku, tags: trunk)
05:43:56 * [9671b65174] Continued restructuring of the code (namespace hierarchy, import control). (user: aku, tags: trunk)
2007-09-12
04:19:59 * [469002ccdf] Added navbar to all pages, linking back to the index. Fixed typo in the index page. (user: aku, tags: trunk)
2007-09-10
02:21:46 * [4038525bc5] Fork Slight editorial changes to sync documentation, fixing spelling errors. (user: aku, tags: trunk)
2007-09-09
00:58:18 * [86a7f249c1] Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. (user: aku, tags: trunk)
2007-09-08
06:33:23 * [c172959c32] Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. (user: aku, tags: trunk)
05:35:02 * [be32ebcb41] Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. (user: aku, tags: trunk)
03:50:43 * [3e899ae0e5] Updated documentation of the delta encoder to mention the new limits on searching the hash chain. (user: aku, tags: trunk)
03:48:40 * [8469631cc9] Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. (user: aku, tags: trunk)
2007-09-05
02:03:31 * [734febe649] Fix calculating percentage of committed changesets. (user: aku, tags: trunk)
2007-09-04
22:00:31 * [492531e3a8] Importer extended to allow capture of exact fossil commit command (user: aku, tags: trunk)
05:38:29 * [7003caa982] (no comment) (user: aku, tags: trunk)
05:36:56 * [df91d389d5] First semi-complete app for import from CVS. Trunk only, wholesale only. (user: aku, tags: trunk)
2007-08-31
04:57:33 * [f166b0a63c] Fork Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method. (user: aku, tags: trunk)
01:31:13 * [81ccb7e684] Removed two entries from the work list which are done. (user: aku, tags: trunk)
2007-08-29
04:00:37 * [5f83d2720e] Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. (user: aku, tags: trunk)
02:55:33 * [15652ff081] Merge Merged drh's fixes new features (xfer, timeline handling, javascript based timeline highlighting) into my branch. (user: aku, tags: trunk)
02:49:55 * [4594b4e628] Moved common large lists of header files into Make variables. (user: aku, tags: trunk)
02:46:41 * [fc95255785] Added implementations for the methods "deconstruct", and "construct". (user: aku, tags: trunk)
02:42:24 * [e00384d26d] Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". (user: aku, tags: trunk)
2007-08-28
07:12:09 * [033ad72c71] Fixed bug in blob_write_to_file, added missing argument to fossil_panic. (user: aku, tags: trunk)
05:01:23 * [10062df2fa] Reworked my notes regarding 'reconstruct' based on my reading of content.c, checkin.c, and manifest.c (user: aku, tags: trunk)
05:00:20 * [8857e1eabb] Fixed typos, and extended the documentation of content_deltify. (user: aku, tags: trunk)
03:34:12 * [103c397e4b] Updated my work list, added first notes about 'cvs import' functionality. (user: aku, tags: trunk)
03:18:31 * [63564202fd] Fixed typos. (user: aku, tags: trunk)
2007-08-27
13:21:20 * [e12f2f1839] Tweaked the highlighting (user: aku, tags: trunk)
04:35:10 * [59ad045fef] Completed the description of the delta encoder (user: aku, tags: trunk)

2007-08-26
22:22:01 * [6f1af23ebe] Added section numbers to delta format, labels for linking, navigation bar. Added delta encoder description (incomplete, right now only all the trivial parts). Using TeX for formulas, and mimetex for conversion. (user: aku, tags: trunk)

19:49:53 * [4bf5cf121e] Extended my list of things to do. (user: aku, tags: trunk)
06:45:02 * [464a46dad2] Added a make target to invoke the testsuite, and a make variable for tclsh. Danger. Testsuite modifies the repository the checkout belongs to, and not a copy. Use with caution, clone your development repository and workspace before use. Updated my work list. (user: aku, tags: trunk)
06:12:08 * [32c639d086] Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. (user: aku, tags: trunk)
02:01:58 * [a938517964] Fixed a number of simple typos. (user: aku, tags: trunk)
01:32:11 * [5fcb36c81b] Added documentation of the delta format (user: aku, tags: trunk)
2007-08-25
23:58:27 * [90f8319a32] Added my own todo file (user: aku, tags: trunk)
04:02:27 * [9b30224db7] Merge, Closed-Leaf Merging formatting changes to timeline and concepts documentation (user: aku, tags: trunk)
03:23:20 * [609e4caf29] Fork Fixed typos in comments (user: aku, tags: trunk)