On Wed, May 29, 2013 at 4:22 PM, Isaac Jurado <dipto...@gmail.com> wrote:

>
> Does "mv/rename" improve the delta algorithm and/or file tracking in any
> way?
>

Unclear.  I think it does, but I'm not 100% sure.

Deltas in Fossil are decoupled from the rest of the system.  There is no
fixed delta schedule.  You can create new, completely compatible versions
of Fossil that delta differently.  So it is certainly possible to create a
version of Fossil that takes advantage of mv/rename to improve delta
encoding performance.  But whether or not the current implementation does
so is unclear.  Probably best to determine that by experimentation.

-- 
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