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

Re: Proposal: new fsfs.conf properties

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Thu, 13 Jul 2017 14:07:03 +0000

On Thu, Jul 13, 2017 at 06:34:17AM -0400, Paul Hammant wrote:
> Or am I really wanting Svn's backend compression and deltification to be
> out of band ?
>
> 1. compression-strategy = defer-to-idle-time-even-if-days-later
> 2. deltification-strategy = defer-to-idle-time-even-if-days-later

That's indeed conceivable: compression/deltification could, in principle,
be deferred to 'svnadmin pack' time, so a commit would create PLAIN reps
(or DELTA reps against whatever base the client happened to choose) and
a subsequent 'svnadmin pack' would convert them to skip-deltas DELTA reps.

Wouldn't even require a format bump :-).
Received on 2017-07-13 16:07:09 CEST

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.