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

Re: Subversion generic streams

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-12-13 06:18:39 CET

> Hell, I'd guess that we mostly do the stream stuff for reading, and
> that we don't seek, so I'd bet the write/seek arguments could be
> shoved over to svn_stream_create_extended() or somesuch, and leave
> the create function as a very bare-simple thing.

We use streams for writing about as often as for reading.

Also, just to complicate matters, some streams (particularly write
streams) want to know when the writing is complete. So far we've been
indicating that with a zero-length write, but a separate "close"
operation would be cleaner.
Received on Sat Oct 21 14:36:17 2006

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.