Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins using file tools/cvs2fossil/lib/c2f_ptrunk.tcl version cefb81731b

2007-10-14
01:58
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 from the state now too. check-in: 67c24820c7 user: aku tags: trunk
2007-10-13
23:57
Completed loading of pass I from persistent state when skipped. check-in: 54ac684df7 user: aku tags: trunk
23:42
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. This code will not be used. Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk
23:29
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. check-in: ae19c0fcb4 user: aku tags: trunk
21:15
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. check-in: 27470a9304 user: aku tags: trunk
05:39
The basic work of setting up and linking revisions, tags, and branches is complete. check-in: cb70cf4ad6 user: aku tags: trunk
2007-10-12
07:20
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. check-in: 40eaf58ec7 user: aku tags: trunk
07:18
Continued to flesh out revision and symbol processing. Started on the project level classses. check-in: da9295c6f6 user: aku tags: trunk
05:57
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. check-in: be891232a2 user: aku tags: trunk
05:56
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. check-in: bd131addb9 user: aku tags: trunk
2007-10-10
05:36
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. check-in: a10f654ac7 user: aku tags: trunk
04:23
API tweak rcs parser, definition of symbols, call through the callback once per symbol instead of once for the whole set. check-in: 338854a61a user: aku tags: trunk
03:28
Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. check-in: 84de38d73f user: aku tags: trunk