Differences From Artifact [1ab185e409]:
- File src/rebuild.c — part of check-in [1b53667d28] at 2010-12-03 21:06:22 on branch trunk — Fix typo in import/export documentation (ticket [a66760daeecca231d84]). Add flexibility to the command-line options to import/export to accommodate future enhancements. (user: drh size: 20813)
To Artifact [63b609a53e]:
- File src/rebuild.c — part of check-in [8bb8be26ca] at 2010-12-09 15:52:58 on branch experimental — New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. (user: drh size: 20816) [more...]
︙ | |||
516 517 518 519 520 521 522 | 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 | - + | } blob_init(&path, 0, 0); blob_appendf(&path, "%s", zSubpath); if( blob_read_from_file(&aContent, blob_str(&path))==-1 ){ fossil_panic("some unknown error occurred while reading \"%s\"", blob_str(&path)); } |
︙ |