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

Re: ra_dav mass-commit status

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2001-08-27 22:11:04 CEST

> Instead, let's add a flag to open_stream(svndiff_stream). The flag
> will signify whether close_stream() should error on pending data or
> just ignore it.

I find this a very confusing way of thinking about the problem.

The issue is that sometimes we want to parse an incomplete svndiff
stream (which is probably a design flaw; it would be better to have
the concept of a seekable svndiff parser, but that's more work). If
you're going to make a flag to allow this, call it something like
"incomplete_stream", not "error_on_early_close".

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 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.