Changes To Import CVS Repositories
Not logged in
@@ -7,21 +7,21 @@
 Differences:
   *  Not using any of its code (Different languages for one thing, [http://www.python.org/|Python] there, [http://www.tcl.tk/|Tcl] here).
   *  Persistent state completely different, using [http://www.sqlite.org/|sqlite] database for all things we wish to keep between passes.
 
 Status:
-  *  Pass CollAr: Collect archives - ok.
-  *  Pass CollRev: Collect revisions, tags, branches (file level) - ok.
-  *  Pass CollSym: Collate symbol (project level) from the file level data - ok.
-  *  Pass FilterSym: Filter symbols, exclude symbols and lines of development - ok.
+  *  Pass CollectAr: Collect archives - ok.
+  *  Pass CollectRev: Collect revisions, tags, branches (file level) - ok.
+  *  Pass CollateSymbols: Collate symbol (project level) from the file level data - ok.
+  *  Pass FilterSymbols: Filter symbols, exclude symbols and lines of development - ok.
   *  Pass InitCsets: Create initial changesets - ok. <b>Memory Hog, Slow commit</b>
   *  Pass CsetDeps: Compute changeset dependencies from revision dependencies - ok.
-  *  Pass BreakRCycle: Break cycles among revision changesets - ok.
-  *  Pass RevTopSort:  Topologically sort revision changesets - ok.
-  *  Pass BreakSCycle: Break cycles among symbol changesets - ok.
-  *  Pass BreakACycle: Break cycles over all changesets - <b>May still change the order of revision changesets over the result of pass 7.</b>
-  *  Pass ATopSort: Should be ok.
+  *  Pass BreakRevCsetCycles: Break cycles among revision changesets - ok.
+  *  Pass RevTopologicalSort:  Topologically sort revision changesets - ok.
+  *  Pass BreakSymCsetCycles: Break cycles among symbol changesets - ok.
+  *  Pass BreakAllCsetCycles: Break cycles over all changesets - <b>May still change the order of revision changesets over the result of pass 7.</b>
+  *  Pass AllTopologicallSort: Topologically sort all changesets - ok.
 
 Passes to do:
   *  Put changeset order from the top.sort passes and tree of symbols from the coll|FilterSym passes together into a tree of changesets. Note that it might not be a tree if there is an NTDB around.
   *  Perform the actual import.