Diff
Not logged in

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 [de03c8b1ea] - Extended my notes. by aku on 2008-02-12 06:23:54. [view]

@@ -8,4 +8,39 @@
 	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