Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/cvs2fossil.tcl part of check-in [11e5d7ce42] - Started on pass 4, 'FilterSymbols'. Skeleton. by aku on 2007-11-06 04:57:15. [view]

To:

File tools/cvs2fossil/lib/cvs2fossil.tcl part of check-in [959192d4b7] - Added note about why we omit cvs2svn's sorting passes. by aku on 2007-11-09 06:42:46. [view]

@@ -27,8 +27,13 @@
 package require vc::fossil::import::cvs::pass::collar    ; # Coll'ect Ar'chives.
 package require vc::fossil::import::cvs::pass::collrev   ; # Coll'ect Rev'isions.
 package require vc::fossil::import::cvs::pass::collsym   ; # Coll'ate Sym'bols
 package require vc::fossil::import::cvs::pass::filtersym ; # Filter'  Sym'bols
+
+# Note: cvs2svn's SortRevisionSummaryPass and SortSymbolSummaryPass
+#       are not implemented by us. They are irrelevant due to our use
+#       of a relational database proper for the persistent state,
+#       allowing us to sort the data on the fly as we need it.
 
 # # ## ### ##### ######## ############# #####################
 ## Support for passes etc.