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

Re: commit/update fails, 21006 Delta source ended unexpectedly

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-03-08 03:05:10 CET

On Fri, Mar 08, 2002 at 02:42:04AM +0100, Hontvari Jozsef wrote:
> I am using svn locally with a single workspace, it has worked for about 10
> commit, but stopped now. See the example session below.
> What does this messages mean and what can I do now? Thanks.
>
> Windows binary with ra_local
> Subversion Client, version 0.9.0 (rc2)
> compiled Feb 21 2002, 04:11:46
>
> c:\home\server>svn status
> _M .

This is the problem right here. You have a prop-change to an out-of-date
directory. We have a deliberate check in the code to prevent this (due to
other issues). For now, just try

svn update

followed by

svn commit

and it should work. Someone posted a reason why we shouldn't, in theory, need
this, but I can't remember what it was, and no one has implemented that yet.

For now just remember, before commiting a propchange on a directory, update it
first.

> M ../createServletArchive.bat
> A ../resource
> ...
> **The current directory has a svn:ignore property
>
> c:\home\server>svn commit -m trying
>
> svn_error: #21039 : <Working copy is not up-to-date>
> commit failed: wc locks and tmpfiles have been removed.
>
> svn_error: #21039 : <Working copy is not up-to-date>
> commit failed: while sending tree-delta to repos.
>
> svn_error: #21039 : <Working copy is not up-to-date>
> Directory 'c:/home/server' is out-of-date; cannot commit its prop
> change.
>
> c:\home\server>svn update
>
> svn_error: #21006 : <Incomplete data>
> Delta source ended unexpectedly

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Fri Mar 8 03:08:34 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.