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

Re: assert triggered in update_editor.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 25 Aug 2011 20:15:29 +0300

Stefan Sperling wrote on Thu, Aug 25, 2011 at 18:02:10 +0200:
> On Thu, Aug 25, 2011 at 11:51:33AM +0200, Erik Faye-Lund wrote:
> > On Wed, Aug 24, 2011 at 5:01 PM, Stefan Sperling <stsp_at_elego.de> wrote:
> > > On Wed, Aug 24, 2011 at 03:12:04PM +0200, Erik Faye-Lund wrote:
> > >> In file
> > >>  'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\subversion\subversion\libsvn_wc\update_editor.c'
> > >>  line 1582: assertion failed (action == svn_wc_conflict_action_edit || action
> > >>  == svn_wc_conflict_action_delete || action == svn_wc_conflict_action_replace)
> > >> ---------------------------
> > >> OK
> > >> ---------------------------
> > >> ---8<---
> > >>
> > >> I don't know the code-base, but my knee-jerk instinct was that I did
> > >> have local modifications in some of the files; luckily these were pure
> > >> throw-away things. So after a clean-up and revert I updated again, and
> > >> everything seems to be in order again.
> > >
> > > This is definitely something related to tree conflicts.
> > > You must have had a locally edited, deleted, or replaced node.
> > > The incoming change was something other than an edit, delete,
> > > or replace.
> >
> > But shouldn't that have been solved by a revert in that case? Because
> > it still triggers when I revert and re-update here...
>
> The assertion means that the client thinks the server is sending
> nonsense.

Is that so? The client isn't supposed to assert on bad server behaviour.
Received on 2011-08-25 19:18:53 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.