File History
Not logged in

History of tools/lib/cvs.tcl

2007-09-27
04:44:19 [c60b1c7187] part of check-in [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 exactness, and in case of failure we fall back to a voting scheme to locate the most acceptable aka non-conflicting changeset. (By: aku on 2007-09-27 04:44:19) [diff] [annotate]
2007-09-26
05:06:18 [ad0046436f] part of check-in [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). (By: aku on 2007-09-26 05:06:18) [diff] [annotate]
2007-09-20
07:37:36 [e947a38eb8] part of check-in [25bc721076] 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. (By: aku on 2007-09-20 07:37:36) [diff] [annotate]
07:14:44 [1e095fdc74] part of check-in [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. (By: aku on 2007-09-20 07:14:44) [diff] [annotate]
03:51:49 [9bc6bc7e05] part of check-in [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. (By: aku on 2007-09-20 03:51:49) [diff] [annotate]
2007-09-17
07:05:01 [f05415a767] part of check-in [ae54e928c2] Further work on the CVS frontend. The main parts for doing the extraction and management of changesets are now in a separate package. (By: aku on 2007-09-17 07:05:01) [diff] [annotate]
04:14:18 [c0a3a1641d] part of check-in [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 the generation of extra changesets in the old code. (By: aku on 2007-09-17 04:14:18) [diff] [annotate]
03:13:07 [ceb442330d] part of check-in [2740b48b63] Cleaned up the creation of the workspace directory. (By: aku on 2007-09-17 03:13:07) [diff] [annotate]
03:03:25 [57072982aa] part of check-in [1593006ef3] More structuring of the CVS backend, encapsulated the management of the global timeline of events in the project in a separate package. (By: aku on 2007-09-17 03:03:25) [diff] [annotate]
01:43:07 [a7a859e048] part of check-in [6f121db1e2] Added structure to the CVS frontend code, putting the repository traversal into its own package. (By: aku on 2007-09-17 01:43:07) [diff] [annotate]
00:56:40 [11e2bbce8e] part of check-in [d8c18fc148] Reworked the CVS handling code to have a simpler API, more like the reworked Fossil API. The API now has a form where adding the handling of branches should not require complex changes in the import controller any longer. Extended the system to allow the user to restrict the importing to a sub-directory of the chosen repository, via the new switch --project. This is required to pull a SF CVS repository apart into the various projects it may have. Example: Under Tcl we have 3 projects, namely Tcl itself, sampleextension, and Thread. (By: aku on 2007-09-17 00:56:40) [diff] [annotate]
2007-09-15
03:18:31 [a015f1382f] part of check-in [b504674c5f] Fixed problems with the untested statistics module. Moved cset <-> uuid map out of cvs to control layer, separate package. Currently not really useful, will be needed when handling cvs branches. Moved some user feedback around, and the import control too. (By: aku on 2007-09-15 03:18:31) [diff] [annotate]
2007-09-13
06:59:24 [5855edb7f0] part of check-in [cdf5e6d8b7] Encapsulated access to the fossil and cvs applications in their own packages. (By: aku on 2007-09-13 06:59:24) [diff] [annotate]
06:24:31 [5740f60d15] part of check-in [d4aa7da67d] Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. (By: aku on 2007-09-13 06:24:31) [diff] [annotate]
06:22:29 [e0a80b9107] part of check-in [00228d1547] Continuing namespace changes, cvs frontend. (By: aku on 2007-09-13 06:22:29) [diff] [annotate]
2007-09-09
00:58:18 [e04bcf97f2] part of check-in [86a7f249c1] Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. (By: aku on 2007-09-09 00:58:18) [diff] [annotate]
2007-09-08
05:35:02 [8597d1c1ae] part of check-in [be32ebcb41] Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. (By: aku on 2007-09-08 05:35:02) [diff] [annotate]
03:48:40 [e89af18f22] part of check-in [8469631cc9] Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. (By: aku on 2007-09-08 03:48:40) [diff] [annotate]
2007-09-04
05:36:56 [abba347c2b] part of check-in [df91d389d5] First semi-complete app for import from CVS. Trunk only, wholesale only. (By: aku on 2007-09-04 05:36:56) [annotate]