You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Trainor, James" <jt...@Wabtec.com> on 2015/08/18 15:15:03 UTC

Subversion Error During Update

While attempting update the trunk of https://github.com/EllisLab/CodeIgniter I received the following error.

---------------------------
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.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 1550: assertion failed (action == svn_wc_conflict_action_delete)
---------------------------
OK
---------------------------
This email and any attachments are only for use by the intended recipient(s) and may contain legally privileged, confidential, proprietary or otherwise private information. Any unauthorized use, reproduction, dissemination, distribution or other disclosure of the contents of this e-mail or its attachments is strictly prohibited. If you have received this email in error, please notify the sender immediately and delete the original. Neither this information block, the typed name of the sender, nor anything else in this message is intended to constitute an electronic signature unless a specific statement to the contrary is included in this message.

Re: Subversion Error During Update

Posted by Andreas Stieger <An...@gmx.de>.
Hello,

James Trainor wrote:
> While attempting update the trunk of https://github.com/EllisLab/CodeIgniter I received the following error.
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
> line 1550: assertion failed (action == svn_wc_conflict_action_delete)

Update to the lastest (compatible) TortoiseSVN 1.8.12 (linking Subversion 1.8.14):
https://sourceforge.net/projects/tortoisesvn/files/1.8.12/Application/
and try again.

Andreas