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