On Sun, Dec 15, 2024 at 4:39 PM Nathan Hartman <hartman.nat...@gmail.com> wrote:
> And, yes, there is a way to make a stream from a apr_file_t:
>
> /* Helper function that creates a stream from an APR file. */
> static svn_stream_t *
> make_stream_from_apr_file(apr_file_t *file,
>                           svn_boolean_t disown,
>                           svn_boolean_t supports_seek,
>                           svn_boolean_t truncate_on_seek,
>                           apr_pool_t *pool)
>
> So I think something similar to the idea I suggested before could
> work, if you agree that it's a good idea. :-)

Oops, my bad... I meant svn_stream__from_aprfile() -- it is just below
make_stream_from_apr_file().

Cheers,
Nathan

Reply via email to