Changes To Import CVS Repositories
Not logged in
@@ -6,10 +6,11 @@
 
 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.
 
+<p>
 Status:
 <table align=left border=1>
 <tr>
 <th>Pass</th>
 <th>Description</th>
@@ -68,12 +69,18 @@
 <tr>
 <td>AllTopologicallSort</td>
 <td>Topologically sort all changesets</td>
 <td>Ok</td>
 </tr>
-</table>
 
+<tr>
+<td>Import</td>
+<td>Import files and changesets</td>
+<td>Being worked on, currently files</td>
+</tr>
+</table>
+</p>
 
 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.