File History
Not logged in

History of tools/import-cvs.tcl

2007-09-26
05:02:06 [6f6129caeb] part of check-in [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 large files, with lots of changes (like ChangeLogs), the direct loading of a Tcl dictionary is much faster than actually parsing the archive files. (By: aku on 2007-09-26 05:02:06) [diff] [annotate]
2007-09-17
00:56:40 [8655038b63] 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-13
08:02:26 [c75797ae19] part of check-in [7b2619b7ef] Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. (By: aku on 2007-09-13 08:02:26) [diff] [annotate]
05:43:56 [5138f35894] part of check-in [9671b65174] Continued restructuring of the code (namespace hierarchy, import control). (By: aku on 2007-09-13 05:43:56) [diff] [annotate]
2007-09-09
00:58:18 [ddccc2da01] 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
06:33:23 [059d2512cc] part of check-in [c172959c32] Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. (By: aku on 2007-09-08 06:33:23) [diff] [annotate]
05:35:02 [80c1f4022f] 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 [f419734d96] 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-05
02:03:31 [8b0ca8d137] part of check-in [734febe649] Fix calculating percentage of committed changesets. (By: aku on 2007-09-05 02:03:31) [diff] [annotate]
2007-09-04
22:00:31 [123e6be7b4] part of check-in [492531e3a8] Importer extended to allow capture of exact fossil commit command (By: aku on 2007-09-04 22:00:31) [diff] [annotate]
05:38:29 [1bdf863b65] part of check-in [7003caa982] (no comment) (By: aku on 2007-09-04 05:38:29) [diff] [annotate]
05:36:56 [bb9275318e] 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) [diff] [annotate]
2007-08-31
04:57:33 [8e70daebc0] part of check-in [f166b0a63c] Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method. (By: aku on 2007-08-31 04:57:33) [annotate]