On Fri, Mar 08, 2002 at 03:39:52AM +0100, Hontvari Jozsef wrote:
> 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.
That is a bug with the version of svn you have, that was recently fixed. If
you use svn to update to the latest version(if you can) of the code and
rebuild it should go away.
If not, there will be a new snapshot posted probably tomorrow. (Windows may be
a few days behind, depending on how busy Brane is).
>
>
>
> 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
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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:45:05 2002