On Sep 10, 2016 19:31, "Adam Jensen" <han...@riseup.net> wrote:
> 1. What is the largest size of any single file that can be checked into
> a repository?

effectively limited by system memory: fossil needs approx. 2-3x the file's
size (concurrently in RAM) to create/apply deltas.

> 2. How well will the sync command handle large files?

it syncs whole blobs at a time, which are normally (for most versions of a
file after the first) highly efficient/tiny deltas.

----- stephan beal
Written on an embedded device. Please pardon brevity and auto-correction.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to