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

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/main.py win-tests.py

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Thu, 10 Aug 2017 12:33:21 +0300

Daniel Shahaf <d.s_at_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
Received on 2017-08-10 11:33:47 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.