Daniel Shahaf <d...@daniel.shahaf.name> writes: >> Perhaps, then, we could do all this as in the attached patch. > > +1, and thanks for the productive discussion :-).
Thanks, committed in r1804646, r1804647 and r1804648 with a slightly tweaked error message for the case when LZ4 is not supported by the filesystem format: + return svn_error_create(SVN_ERR_UNSUPPORTED_FEATURE, NULL, + _("Compression type 'lz4' requires " + "filesystem format 8 or higher")); Regards, Evgeny Kotkov