You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2002/05/17 01:57:31 UTC

Re: svn commit: rev 1972 - trunk/subversion/tests/libsvn_delta trunk/subversion/libsvn_delta

brane@tigris.org wrote:

>Author: brane
>Date: 2002-05-17 01:26 GMT
>New Revision: 1972
>
>Added:
>   trunk/subversion/libsvn_delta/compose_delta.c
>Modified:
>   trunk/subversion/libsvn_delta/delta.h
>   trunk/subversion/libsvn_delta/libsvn_delta.dsp
>   trunk/subversion/libsvn_delta/text_delta.c
>   trunk/subversion/libsvn_delta/vdelta.c
>   trunk/subversion/tests/libsvn_delta/random-test.c
>Log:
>Checkpoint of delta combiner work.
>  
>

Sigh, finally getting somewhere. I'm committing this because a) it needs 
to be reviewed, and b) it needs to be reviewed. Since I'm going away for 
a week, this is the perfect moment. :-)

(BTW: the first implementation will assume all delta windows in the repo 
are the same size and aligned, which is the case right now. The magic 
necessary for combining overlapping windows is post-1.0.)

Next steps:

    * Implement the copying of delta ops from the source window
    * Add a high-level delta_combine_test to random-test, make that pass
    * Splice delta combination into the filesystem


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org