Overview
SHA1 Hash: | de03c8b1ea3ea8461fbd9aa4a4886e6679238dc1 |
---|---|
Date: | 2008-02-12 06:23:54 |
User: | aku |
Comment: | Extended my notes. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified cvs2fossil.txt from [4a1e39371f] to [127838a9ad].
@@ -7,5 +7,40 @@ tcllib, or a single subproject of tcllib, like tklib, but not multiple sub-projects in one go. * We have to look into the pass 'InitCsets' and hunt for the cause of the large amount of memory it is gobbling up. + +* Multi vendor branch on different symbol - Remember the first + vendor branch so that we can force others on it. + ristate -> Allow definition of workspace aliases (:vendor:) + +* Look at the dependencies on external packages and consider + which of them can be moved into the importer, either as a + simple utility command, or wholesale. + + struct::list + assign, map, reverse, filter + + Very few and self-contained commands. + + struct::set + size, empty, contains, add, include, exclude, + intersect, subsetof + + Most of the core commands. + + fileutil + cat, appendToFile, writeFile, + tempfile, stripPath, test + + fileutil::traverse + In toto + + struct::graph + In toto + + snit + In toto + + sqlite3 + In tota