File History
Not logged in

History of tools/cvs2fossil/lib/c2f_fossil.tcl

2008-03-05
03:35:16 [55a6ec9011] part of check-in [b7fc4d9d04] Extended test-import-manifest to return not only the record-id, but the hash uuid as well. Extended the fossil accessor class with methods for regular and branch tagging. Split the initialization from construction (needed for when we split the import pass into three), and a method to set/retrieve the accessor's configuration (persistence across passes). (By: aku on 2008-03-05 03:35:16) [diff] [annotate]
2008-02-13
14:44:50 [3f0dcfd428] part of check-in [be2f99e6a4] Merge with aku's branch. (By: drh on 2008-02-13 14:44:50) [diff] [annotate]
2008-02-12
04:25:34 [3f0dcfd428] part of check-in [0d02fe6c7a] Report destination file for repository, and fix bug with the naming of the destination triggered when importing a repository in toto. (By: aku on 2008-02-12 04:25:34) [diff] [annotate]
2008-02-08
21:52:21 [7c35d62cbf] part of check-in [6b78df3861] Merge in changes from Andreas's branch. (By: drh on 2008-02-08 21:52:21) [diff] [annotate]
2008-02-06
05:04:12 [7c35d62cbf] part of check-in [66235f2430] Updated the copyright information of all files touched in the new year. (By: aku on 2008-02-06 05:04:12) [diff] [annotate]
2008-02-05
15:51:46 [71a0ccbeee] part of check-in [8ec5d8c87c] Moved log output for changeset log message to higher verbosity level. (By: aku on 2008-02-05 15:51:46) [diff] [annotate]
2008-02-04
06:02:57 [5e81a7b85b] part of check-in [e7138d7f9c] Moved the really large log output during revision import (log message, and command) to very high log levels. (By: aku on 2008-02-04 06:02:57) [diff] [annotate]
2008-02-02
07:03:39 [ecad76ba99] part of check-in [9214c11831] Changeset handling, extended logging of how parent is determined. Fossil access, fixed importrev call to use correct workspace/repository. Fixed handling of output, stripping unwanted text, checking of output syntax. Extended logging. Added final 'rebuild'. NOTE: formation of the changesets/manifests is buggy, is not tracking unchanged files across changesets. Further not yet tracking when files have been removed. (By: aku on 2008-02-02 07:03:39) [diff] [annotate]
2008-02-01
05:33:21 [4e12eb8650] part of check-in [41c9b79928] Activated invokation of the fossil command importing a revision. (By: aku on 2008-02-01 05:33:21) [diff] [annotate]
05:32:04 [31a0efbd8f] part of check-in [b7a93530ef] Fixed description of file checkin.c. Implemented new command test-import-manifest. Updated fossil accessor code in the importer to the changed command line API of test-import-manifest. (By: aku on 2008-02-01 05:32:04) [diff] [annotate]
2008-01-31
06:25:34 [7fa49e081f] part of check-in [7c43583de1] Tinkered with the revision information transfered from a changeset to push, to the fossil accessor code, modified the logging as well. (By: aku on 2008-01-31 06:25:34) [diff] [annotate]
2008-01-30
08:25:00 [fe0ae1211b] part of check-in [f9e0d23d97] Added placeholder code to the fossil accessor class for the import of a revision. currently only logging the call. (By: aku on 2008-01-30 08:25:00) [diff] [annotate]
2008-01-28
23:57:27 [6b47975f7e] part of check-in [7208c7ac4d] Changes to cvs2fossil to import tcllib CVS into fossil on Win32 * using [::file] instead of [file] in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific (By: mjanssen on 2008-01-28 23:57:27) [diff] [annotate]
2008-01-27
20:43:58 [01daf9fb8c] part of check-in [e60ba15821] Added log output to make the log during file import more complete. (By: aku on 2008-01-27 20:43:58) [diff] [annotate]
2007-12-06
03:54:15 [ebb0d19e1f] part of check-in [08f8085700] Added progress feedback to the file import, and moved the log output to level 8. (By: aku on 2007-12-06 03:54:15) [diff] [annotate]
2007-12-05
07:52:00 [368156861d] part of check-in [b6bf21e2a8] Added helper class managing access to fossil repositories. Already has a basic method to import and delta-compress a series of files. Used 'test' commands of fossil to get the necessary low-level access. (By: aku on 2007-12-05 07:52:00) [annotate]