[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: Ivo Schenk <ivo.schenk_at_delphin.de>
Date: Mon, 5 Dec 2011 13:07:16 +0000 (UTC)

Erik Faye-Lund <kusmabite <at> gmail.com> writes:

> In file
>
'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\...
> line 1582: ...
> ---------------------------

Same with SVN 1.7.1 (Tortoise 1.7.1 or Subclipse 1.8.0)

Updating '.':
svn: E235000: In file
'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\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)

This assert can be triggered triggered, when in a directory
one file is deleted,
one file is added
and a SymLink changes:

before:

libXXX.so.1.2.3
libXXX.so -> Symlink to libXXX.so.1.2.3

after:

libXXX.so.5.6.7
libXXX.so -> Symlink to libXXX.so.5.6.7

That changeset was commited with a SVN 1.6.17 client and can also be
updated with that version, but V1.7.x clients assert there.

Hope that helps,

Ivo
Received on 2011-12-05 14:15:52 CET

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.