[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: Hontvari Jozsef <hontvari2_at_solware.com>
Date: 2002-03-08 03:39:52 CET

oops, thanks, now I remember that I even read about this issue somewhere.
And is there anything simple which may fix this workspace or should I
drop it and create a new one?
Now the update command also fails with this
"Delta source ended unexpectedly" error.

Kevin Pilch-Bisson:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 8 06:46:55 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.