dav/scfg.c

changeset 649
0f4c59ac8c74
parent 648
fefe4b6f1048
child 658
67c9f88b13c7
equal deleted inserted replaced
648:fefe4b6f1048 649:0f4c59ac8c74
436 bool backuppull = false; 436 bool backuppull = false;
437 bool lockpull = false; 437 bool lockpull = false;
438 bool lockpush = false; 438 bool lockpush = false;
439 bool hashing = false; 439 bool hashing = false;
440 bool store_hash = false; 440 bool store_hash = false;
441 bool pull_skip_hashing = false;
441 //bool detect_copy = false; 442 //bool detect_copy = false;
442 time_t lock_timeout = 0; 443 time_t lock_timeout = 0;
443 uint32_t metadata = 0; 444 uint32_t metadata = 0;
444 uint32_t symlink = 0; 445 uint32_t symlink = 0;
445 PushStrategy pushstrat = PUSH_STRATEGY_METADATA; 446 PushStrategy pushstrat = PUSH_STRATEGY_METADATA;
625 dir->backuppull = backuppull; 626 dir->backuppull = backuppull;
626 dir->lockpull = lockpull; 627 dir->lockpull = lockpull;
627 dir->lockpush = lockpush; 628 dir->lockpush = lockpush;
628 dir->hashing = hashing; 629 dir->hashing = hashing;
629 dir->store_hash = store_hash; 630 dir->store_hash = store_hash;
631 dir->pull_skip_hashing = pull_skip_hashing;
630 dir->lock_timeout = lock_timeout; 632 dir->lock_timeout = lock_timeout;
631 dir->metadata = metadata; 633 dir->metadata = metadata;
632 dir->splitconfig = splitconfig; 634 dir->splitconfig = splitconfig;
633 dir->symlink = symlink; 635 dir->symlink = symlink;
634 dir->push_strategy = pushstrat; 636 dir->push_strategy = pushstrat;

mercurial