@@ -3,12 +3,12 @@ Similarities: * Using identical highlevel architecture (pass-based) * Using some specific algorithms (graph traversal). Differences: - * Not using any 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. + * 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.