Differences From:
File
cvs2fossil.txt
part of check-in
[d2b1d3be25]
- Remembered a problem I have to deal with, added to my notes.
by
aku on
2008-02-06 05:06:14.
Also file
cvs2fossil.txt
part of check-in
[6b78df3861]
- Merge in changes from Andreas's branch.
by
drh on
2008-02-08 21:52:21.
[view]
To:
File
cvs2fossil.txt
part of check-in
[be2f99e6a4]
- Merge with aku's branch.
by
drh on
2008-02-13 14:44:50.
Also file
cvs2fossil.txt
part of check-in
[6d5de5f1c1]
- Tuned the handling of the vendor branch in case we have multiple different symbols representing it. The import pass now effectively merges these symbols into a single line of development.
by
aku on
2008-02-13 04:57:43.
[view]
@@ -8,4 +8,35 @@
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.
+
+* 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