Differences From:
File
src/update.c
part of check-in
[dbda8d6ce9]
- Initial check-in of m1 sources.
by
drh on
2007-07-21 14:10:57.
[view]
To:
File
src/update.c
part of check-in
[a040ae6e17]
- Write the new manifest file to the root of the check-out tree when
doing an update.
by
drh on
2007-08-08 15:18:53.
[view]
@@ -175,7 +175,8 @@
/*
** Clean up the mid and pid VFILE entries. Then commit the changes.
*/
db_multi_exec("DELETE FROM vfile WHERE vid!=%d", tid);
+ manifest_to_disk(tid);
db_lset_int("checkout", tid);
db_end_transaction(0);
}