Differences From Artifact [2e9ed1833f]:
- File src/clone.c — part of check-in [afc4bf41fa] at 2011-01-17 16:14:02 on branch trunk — Do not build clusters on a "rebuild" command unless the --cluster command-line option is used. But do build clusters on an "import" or a "reconstruct". (user: drh size: 3461)
To Artifact [f32b149fe0]:
- File src/clone.c — part of check-in [a1814d5015] at 2011-02-12 13:38:05 on branch file-safety — This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. (user: drh size: 3466)
| ︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - + |
g.xlinkClusterOnly = 1;
nErr = client_sync(0,0,1,CONFIGSET_ALL,0);
g.xlinkClusterOnly = 0;
verify_cancel();
db_end_transaction(0);
db_close(1);
if( nErr ){
|
| ︙ |