History of tools/cvs2fossil/lib/c2f_frev.tcl
2008-02-24
| ||
18:01:40 | [5f8c3fdd03] part of check-in [f637d42206] Updated my notes regarding memory usage. Converted more locations to incremental query processing via 'state foreachrow', now throughout the importer. (By: aku on 2008-02-24 18:01:40) [diff] [annotate] | |
2008-02-08
| ||
21:52:21 | [f35156ab47] part of check-in [6b78df3861] Merge in changes from Andreas's branch. (By: drh on 2008-02-08 21:52:21) [diff] [annotate] | |
2008-02-06
| ||
05:04:12 | [f35156ab47] part of check-in [66235f2430] Updated the copyright information of all files touched in the new year. (By: aku on 2008-02-06 05:04:12) [diff] [annotate] | |
2008-02-03
| ||
01:33:45 | [fa500c1612] part of check-in [3e76f2a5f0] Removed the now obsolete textrange information from the revision table and updated the file revision code to not store its textrange any longer. (By: aku on 2008-02-03 01:33:45) [diff] [annotate] | |
2008-02-02
| ||
22:59:53 | [5f2783ed91] part of check-in [f94f7e17d1] Reworked the storage of the text range a bit, split immediately (settext) and store the pieces, instead of splitting everytime a piece is needed. (By: aku on 2008-02-02 22:59:53) [diff] [annotate] | |
2008-01-27
| ||
20:43:19 | [928c3acc91] part of check-in [970be48fce] Added debug helper methods. Fixed description of symbol reference in instances. (By: aku on 2008-01-27 20:43:19) [diff] [annotate] | |
2007-11-28
| ||
05:39:49 | [72b07e1bd5] part of check-in [47d52d1efd] Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incrementally. (By: aku on 2007-11-28 05:39:49) [diff] [annotate] | |
2007-11-25
| ||
07:54:09 | [0385926f22] part of check-in [b679ca3356] Code cleanup. Removed trailing whitespace across the board. (By: aku on 2007-11-25 07:54:09) [diff] [annotate] | |
2007-11-17
| ||
00:29:42 | [b685fd71ec] part of check-in [38b967dcf5] Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. (By: drh on 2007-11-17 00:29:42) [annotate] | |
2007-11-10
| ||
20:40:06 | [b685fd71ec] part of check-in [95af789e1f] Oops. pass 5 is not complete. Missed the breaking of internal dependencies, this is done in this pass already. Extended pass _2_ and file revisions with code to save the branchchildren (possible dependencies), and pass 5 and changesets with the proper algorithm. From cvs2svn, works, do not truly like it, as it throws away and recomputes a lot of state after each split of a cset. Could update and reuse the state to perform all splits in one go. Will try that next, for now we have a working form in the code base. (By: aku on 2007-11-10 20:40:06) [diff] [annotate] | |
2007-11-07
| ||
07:46:31 | [edfbe469f8] part of check-in [e45f47ec4a] Opcode synchronization reworked, optype table is master from which the in-memory array is loaded. (By: aku on 2007-11-07 07:46:31) [diff] [annotate] | |
06:19:13 | [10659a0b86] part of check-in [7ab490df24] Extended pass 2, save branch positions, needed for pass 4, and added optype table to have the revision opcodes available in the state as well. (By: aku on 2007-11-07 06:19:13) [diff] [annotate] | |
2007-10-25
| ||
05:13:41 | [f165072caa] part of check-in [2c08006d9d] Changed the coding of trunk symbols. Using NULL makes for difficult comparisons later when doing integrity checks. Each trunk now has a regular unique id as a symbol. Added documentation to the table definitions, about references, constraints, etc. (By: aku on 2007-10-25 05:13:41) [diff] [annotate] | |
2007-10-24
| ||
08:01:01 | [8b070e3579] part of check-in [adf168e23e] Extended handling of id's for files so that we have them for backreferences from symbols and revisions. Completed persistence of revisions and symbols at file-level and fixed small problem with left-over links to branches. (By: aku on 2007-10-24 08:01:01) [diff] [annotate] | |
2007-10-23
| ||
03:29:36 | [2e41dc7df6] part of check-in [a766b08198] Reworked object deletion to happen centrally after the file has been processed (drop). Simplified the code restructuring the revision tree as it now doesn't have to think about when and where to remove objects. (By: aku on 2007-10-23 03:29:36) [diff] [annotate] | |
2007-10-21
| ||
07:08:28 | [383bf3739a] part of check-in [436f17a5f0] Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. (By: aku on 2007-10-21 07:08:28) [diff] [annotate] | |
06:10:13 | [590fdb0ca9] part of check-in [886b6f257b] Added code able to exclude all non-trunk revisions upon user request. (By: aku on 2007-10-21 06:10:13) [diff] [annotate] | |
2007-10-19
| ||
07:23:57 | [f4f21fda7f] part of check-in [510cd02303] Continued the work on pass II, wrangling a file into shape. Completed handling of unnecessary initial deletions on branches. (By: aku on 2007-10-19 07:23:57) [diff] [annotate] | |
2007-10-17
| ||
04:37:05 | [49171e7a40] part of check-in [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. (By: aku on 2007-10-17 04:37:05) [diff] [annotate] | |
03:15:12 | [89b7595516] part of check-in [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. (By: aku on 2007-10-17 03:15:12) [diff] [annotate] | |
2007-10-15
| ||
00:03:30 | [00508f634d] part of check-in [e5441b908d] Continued work on pass II, starting to post-process tags, branches, and revisions, cleaning up cvs quirks, determining higher-level aggregates ... (By: aku on 2007-10-15 00:03:30) [diff] [annotate] | |
2007-10-14
| ||
01:58:07 | [6007a4dcd0] part of check-in [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 from the state now too. (By: aku on 2007-10-14 01:58:07) [diff] [annotate] | |
2007-10-13
| ||
05:39:00 | [a8af3a8bac] part of check-in [cb70cf4ad6] The basic work of setting up and linking revisions, tags, and branches is complete. (By: aku on 2007-10-13 05:39:00) [diff] [annotate] | |
2007-10-12
| ||
07:18:27 | [867793964e] part of check-in [da9295c6f6] Continued to flesh out revision and symbol processing. Started on the project level classses. (By: aku on 2007-10-12 07:18:27) [diff] [annotate] | |
05:56:46 | [f56084c138] part of check-in [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. (By: aku on 2007-10-12 05:56:46) [diff] [annotate] | |
2007-10-10
| ||
03:28:22 | [a6284f7501] part of check-in [84de38d73f] Added a lot of skeleton files for the revision and symbol data structures, for both project and file level. (By: aku on 2007-10-10 03:28:22) [annotate] |