You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/08/27 20:14:07 UTC

Re: CVS update: MODIFIED: libsvn_delta ...

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