Diff
Not logged in

Differences From:

File src/construct.c part of check-in [e38fc922a5] - Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. by drh on 2007-10-11 01:17:20. Also file src/construct.c part of check-in [d0305b305a] - Merged mainline into my branch to get the newest application. by aku on 2007-12-05 08:07:46. [view]

To:

File src/construct.c part of check-in [4e683ef07b] - Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. by drh on 2008-05-05 17:24:38. [view]

@@ -89,9 +89,9 @@
   Stmt q;
   if( (g.argc != 3) && (g.argc != 5) ){
     usage ("?-R|--repository REPOSITORY? DESTINATION");
   }
-  db_find_and_open_repository ();
+  db_find_and_open_repository(1);
   zDestination = g.argv[g.argc-1];
   if( !file_isdir (zDestination) ){
     fossil_panic("not a directory: %s", zDestination);
   }