[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: Paul Hammant <paul_at_hammant.org>
Date: Thu, 13 Jul 2017 06:34:17 -0400

>
>
>
> Mmm ... interesting proposition. Also huge -1 because it'd be a really
> awesome abstraction leak. :)
>

Is there any way to implement the (reasonable in my opinion) feature
request, without transgressing on programming standards? I think turning
off all deltification is a bit brute force, when I only really want it
turned off files I'd sync that would be over 50Mb (.mp4 files and alike).

Is that the alternate request?

    1. compression-exempt-size-limit = 50MB
    2. deltification-exempt-size-limit = 100KB

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

- Paul
Received on 2017-07-13 12:34:29 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.