[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 7695 - in trunk: doc/book subversion/include subversion/libsvn_fs subversion/libsvn_repos subversion/svnadmin subversion/tests/libsvn_fs

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-11-12 01:00:01 CET

On Mon, Nov 10, 2003 at 07:01:20PM -0600, cmpilato@tigris.org wrote:
>...
> +++ trunk/subversion/svnadmin/main.c Mon Nov 10 19:01:18 2003
>...
> +/* This implements `svn_opt_subcommand_t'. */
> +static svn_error_t *
> +subcommand_deltify (apr_getopt_t *os, void *baton, apr_pool_t *pool)
> +{
>...
> + /* Loop over the requested revision range, performing the
> + predecessor deltification on paths changed in each. */
> + increment = (start > end) ? -1 : 1;
> + end = end + increment;
> + for (revision = start; revision != end; revision += increment)
> + {

Is there an "optimum" direction for the deltification? If so, then I'd
recommend reordering these to ensure they go in the best order.

For example, if deltify r1000 requires creating of a fulltext of r999,
then you'd want to do 1000 *before* deltifying 999.

>...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 12 01:01:50 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.