20 descendants of [67c24820c7]
2007-10-24
| ||
08:01:01 | * | [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. (user: aku, tags: trunk) |
07:54:01 | * | [fa643aa91d] Disabled check for control characters in the log message. Allowing this for the moment, lets see if we run into trouble later on. Further reworked the check of symbol names, disallow forward slashs only at end. Found legal tags containing forward slashs in the middle. (user: aku, tags: trunk) |
2007-10-23
| ||
04:36:31 | * | [e94b52b6f2] Restructured the code handling NTBD in ExcludeBranch a bit to prevent the asserts in GraftNTDB2Trunk to bail out. (user: aku, tags: trunk) |
04:34:12 | * | [9f3fd3ec4b] Added a bit of path normalization, stripping of a trailing slash from the path to the cvs repository. Before such a slash could break a later coming fileutil::stripPath. (user: aku, tags: trunk) |
04:32:06 | * | [1527954d87] Added more checks to the RCS parser to detect bogus symbol names and problematic log messages. Added ability to rewind back to the beginning of the last recognized token for a nicer positioned error message. (user: aku, tags: trunk) |
03:29:36 | * | [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. (user: aku, tags: trunk) |
02:29:55 | * | [3a00ac5aa2] Due to quickly building memory pressure for large cvs repositories (thousands of revisions and symbol object) we have to save the pertinent information of a file immediately after it has been processed and then clear the memory. Inserted the basic skeleton for this into pass and file objects. (user: aku, tags: trunk) |
2007-10-21
| ||
07:08:28 | * | [436f17a5f0] Simplified the code for excluding non-trunk revisions a bit, using higher-level methods for some changes. Added missing revision destruction. (user: aku, tags: trunk) |
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) |