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

Re: svn commit: r1130118 - in /subversion/trunk/subversion: include/svn_io.h libsvn_subr/stream.c libsvn_subr/subst.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 1 Jun 2011 17:29:41 +0200

On Wed, Jun 01, 2011 at 11:15:16AM -0400, Greg Stein wrote:
> The "few" that I was talking about were the "skip" and "mark"
> concepts, too. Those seem to be very specialized, and maybe only used
> by the "patch" code?

They are only used by the patch code. They are used while reading content
from the patch target which can either be in a file or in memory (in
case we're patching a property). So the stream abstraction is useful
there but the patch code also requires seeking capabilities.

We can make these APIs private if you like. Though I guess other clients
might find them useful, too. We'll have to support this code anyway
as part of the patch implementation.
Received on 2011-06-01 17:30:19 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.