20 ancestors of [fdbc01df95]
2007-10-06
| ||
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) |