10 descendants and 10 ancestors of [f6f5c902e6]
2007-10-05
| ||
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) |