Differences From Artifact [eb6f61d9ee]:
- File src/export.c — part of check-in [b408ece7f6] at 2010-11-17 13:15:14 on branch trunk — Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] (user: drh size: 5845)
To Artifact [862c16cccb]:
- File src/export.c — part of check-in [c0c3d92340] at 2010-11-26 18:37:07 on branch trunk — Report an error if the repository schema version does not match what the fossil executable expects. (user: drh size: 5848)
| ︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - + |
void export_cmd(void){
Stmt q;
int i;
Bag blobs, vers;
bag_init(&blobs);
bag_init(&vers);
|
| ︙ |