[65412] trunk/base/src/macports1.0/macports.tcl

raimue at macports.org raimue at macports.org
Thu Mar 25 18:31:36 PDT 2010


Revision: 65412
          http://trac.macports.org/changeset/65412
Author:   raimue at macports.org
Date:     2010-03-25 18:31:35 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
macports1.0:
Warn the user on registry convert as that might take some minutes. Otherwise
impatient users would probably interrupt this which would lead to an incomplete
registry.

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2010-03-26 01:23:42 UTC (rev 65411)
+++ trunk/base/src/macports1.0/macports.tcl	2010-03-26 01:31:35 UTC (rev 65412)
@@ -915,7 +915,9 @@
         set registry_open yes
         # convert any flat receipts if we just created a new db
         if {$db_exists == 0 && [file writable $db_path]} {
+            ui_warn "Converting your registry to sqlite format, this might take a while..."
             registry::convert_to_sqlite
+            ui_warn "Successfully converted your registry to sqlite!"
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/5236cb62/attachment.html>


More information about the macports-changes mailing list