You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ivo Schenk <iv...@delphin.de> on 2011/12/05 14:07:16 UTC

Re: assert triggered in update_editor.c

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




Re: assert triggered in update_editor.c

Posted by vinupatel30 <vi...@gmail.com>.
Hi

I am trying to commit git repository see this 

in last reply you say that in 1.7.2 it's solve but i got this is 1.8.7.
what is wrong?
can you suggest me .


---------------------------
Subversion Exception!
---------------------------
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\update_editor.c'
 line 1550: assertion failed (action == svn_wc_conflict_action_delete)
---------------------------
OK   
---------------------------




--
View this message in context: http://subversion.1072662.n5.nabble.com/assert-triggered-in-update-editor-c-tp117139p188824.html
Sent from the Subversion Users mailing list archive at Nabble.com.

Re: assert triggered in update_editor.c

Posted by Philip Martin <ph...@wandisco.com>.
Ivo Schenk <iv...@delphin.de> writes:

> 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:

Fixed in 1.7.2:

------------------------------------------------------------------------
r1203778 | hwright | 2011-11-18 18:12:30 +0000 (Fri, 18 Nov 2011) | 14 lines

Merge r1186944, r1186981, r1186983, r1187676 from trunk:

 * r1186944, r1186981, r1186983, r1187676
   Fix an assertion failure when a symlink is updated.


-- 
Philip