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

Re: CVS update: MODIFIED: libsvn_delta ...

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-27 22:14:07 CEST

On Mon, Aug 27, 2001 at 05:26:21PM -0000, cmpilato@tigris.org wrote:
>...
> Implement Karl's suggestion for svndiff streams, that upon closing the
> stream, if all the svndiff data has not been handled, it is only
> considered an error if the stream's creator so requests.
>...
> --- repos.c 2001/08/17 10:16:23 1.59
> +++ repos.c 2001/08/27 17:26:21 1.60
> @@ -1165,6 +1165,7 @@
> (*stream)->wstream =
> svn_txdelta_parse_svndiff((*stream)->delta_handler,
> (*stream)->delta_baton,
> + FALSE,
> resource->pool);
> }
> }

[ to verify my understanding... ]

mod_dav_svn should always receive the full svndiff before it closes the
stream. The general pattern is: dav_svn_open_stream, zero or more
dav_svn_write_stream calls, then dav_svn_close_stream.

Given that, I presume that it should pass TRUE to the parse_svndiff function
above?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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.