You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Grundberg Michael <mi...@aerotechtelub.se> on 2004/09/01 08:25:44 UTC

"Delta source ended unexpectedly" error: issue 1736?

Hi,
 
Yesterday, I received the error "Delta source ended unexpectedly" when
trying to update my wc. I tracked down the files causing the errors: svn
status say they are of r1862, but the contents are not from r1862, but
rather r1858. What happened between r1858 and r1862 was that I renamed
the grandparent dir of the files in my wc and committed. But another
user had made changes to the two files in r1861 and committed, so I
received an out-of-date error and had to perform an update before the
commit.
 
After a couple of hours of investigating, creating a reproduction recipe
and searching the issue db, I would say that my problems are actually
issue 1736: http://subversion.tigris.org/issues/show_bug.cgi?id=1736
 
So, with this mail I just wanted to let it be known that this problem is
actually encountered and hope for a fix of the issue in svn 1.2. Apart
from this, I just love subversion! 
 
Oh, please include the fix for issue 2016
(http://subversion.tigris.org/issues/show_bug.cgi?id=2016) in svn 1.1,
the status command really is a pain when using large wc's (I'm using
Windows). If the change is too big to go untested, why not release an
1.1-rc3?
 
Thanks!
 
/Michael Grundberg