Diff
Not logged in

Differences From:

File src/update.c part of check-in [2d996b080e] - Enhancements to the "update" command. Missing files are reverted. One or more files can be specified on the "update" command line after the VERSION and only the files named will be updated. by drh on 2009-12-17 22:55:26. [view]

To:

File src/update.c part of check-in [76f169fca6] - Detect when the check-out contains missing files and filesystem objects that ought to be files but are not. Issue reasonable warnings. by drh on 2009-12-18 00:29:51. [view]

@@ -119,9 +119,9 @@
                     " ORDER BY event.mtime DESC");
   }
 
   db_begin_transaction();
-  vfile_check_signature(vid);
+  vfile_check_signature(vid, 1);
   undo_begin();
   load_vfile_from_rid(tid);
 
   /*