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

Re: bug? "Delta source ended unexpectedly"

From: Martin Pool <mbp_at_samba.org>
Date: 2002-12-18 23:42:05 CET

On 18 Dec 2002, Nuutti Kotivuori <naked@iki.fi> wrote:

> Hey! I got it as well!

"Don't yell, sir. Everyone will want one."

> And it's against the subversion main repository. And it's
> reproduceable.
>
> svn, version 0.15.0 (dev build)
> compiled Dec 3 2002, 21:48:28
>
> It happened after a whole load of files updated:
>
> ,----
> | ...
> | U tools/client-side/vc-svn.el
> | U tools/cvs2svn/cvs2svn.py
> | subversion/libsvn_delta/text_delta.c:463: (apr_err=200003, src_err=0)
> | svn: Incomplete data
> | svn: Delta source ended unexpectedly
> `----
>
> And now it happens consistently when I type 'svn up'.
>
> So, if there's something someone wants me to do, just holler.

As Karl said, tar up the wc that reproduces it and put it somewhere
safe. Then perhaps get a network trace of the change.

If you don't know ethereal, you should be able to do it with

  tcpdump -s 10000 -w delta-source-ended.cap 'tcp port 80'

You may need a -i option or to change the filter expression depending
on your network setup, proxies, etc.

-- 
Martin 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 23:43:23 2002

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.