Re: svn commit: r1700799 - in /subversion/trunk/subversion: include/svn_io.h libsvn_subr/stream.c svnadmin/svnadmin.c svnfsfs/load-index-cmd.c tests/libsvn_subr/stream-test.c
From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Fri, 11 Sep 2015 13:16:59 +0300
Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com> writes:
> So, you are absolutely right about APR buffering being enough for our
I very much prefer using the standard APR_BUFFERED buffering, as opposed
I don't see an abstraction leak in this approach. Rather than that, exposing
Regarding other two options:
- We can't do 2), because doing so would induce a behavior change in all our
- I find 3) an unnecessary complication, as opposed to 1). As we are just
To sum everything up, I think that we should:
- Replace the custom buffering with APR_BUFFERED, and expose it through the
- Enable buffering in three subcommands: svnadmin load, svnadmin load-revprops
I could do that, if it works for you.
Regards,
|
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.