On 11/21/17, Ron W <ronw.m...@gmail.com> wrote:
>
> For an individual commit (or small batch of commits), how much is the
> translation overhead?
>

The overhead for a small batch of commits non-zero but it is
manageable.  A full clone, on the other hand, is too expensive.  To
give Fossil the ability to service clone requests from git or hg
clients, it would be necessary to implement some kind of cache wherein
all of the artifacts have been pre-translated.  That means that the
storage space requirements on the server would be multiplied by 2 or 3
(depending on whether your wanted to service just git or just hg or
both).

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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