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

Re: diff problem notes

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

On Wed, Aug 22, 2001 at 09:00:40AM +0200, Branko Hibej wrote:
> cmpilato@collab.net wrote:
> >Greg Stein <gstein@lyra.org> writes:
> >>I captured the svndiff of a change to a file which is causing
> >>problems when being sent to the server. The server is throwing error
> >>#21006 ("Delta source ended unexpectedly.") (I don't have the name
> >>for 21006 handy... I think it is SVN_ERR_INCOMPLETE_DATA)
> >
> >Heh. I'm online right now in fact to update Issue #460 with my recent
> >findings. This error shows up when the file size is > 102400 bytes.
> >102401 will do it. What's the significance of that number? Why, it's
> >the size of the svndiff windows.
>
> Exactly /how/ are we encodin delta windows in ra_dav? The XML delta

We just use the standard streaming function. On the server side, we extract
windows from the stream. Nothing special...

> packages are whole dumps, not split on window boundaries, right? This
> is truly weird ...

There is no XML here. The svndiff stream is PUT to the server using a new
MIME type, rather than encapsulating the stream in XML.

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:36 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.