Re: svn commit: r1698359 - 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: Sat, 29 Aug 2015 17:57:45 +0300
Hi Stefan,
Stefan Fuhrmann <stefan2_at_apache.org> writes:
> Introduce a stream wrapper object that adds mark/seek support to any
[...]
What happens if someone calls svn_stream_mark(stream, &mark, pool) on the
Here is an quick example:
SVN_ERR(svn_stream_mark(buffered_stream, &mark, pool));
while (!eof)
svn_pool_clear(iterpool);
SVN_ERR(svn_stream_readline(buffered_stream, &str, "\n", &eof, iterpool));
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.