You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Ivan Zhakov (JIRA)" <ji...@apache.org> on 2015/10/17 15:00:07 UTC

[jira] [Comment Edited] (SVN-2122) 'svn status -u' can crash with partial -N working copy

    [ https://issues.apache.org/jira/browse/SVN-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14920938#comment-14920938 ] 

Ivan Zhakov edited comment on SVN-2122 at 10/17/15 12:59 PM:
-------------------------------------------------------------

This doesn't block SVN-695, it depends on SVN-695.  Until non-recursive wcs actually know they're non-recursive status isn't going to work right.  Also assigning to myself.



was (Author: breser):
{noformat:nopanel=true}
This doesn't block 695, it depends on 695.  Until non-recursive wcs actually
know they're non-recursive status isn't going to work right.  Also assigning to
myself.
{noformat}


> 'svn status -u' can crash with partial -N working copy
> ------------------------------------------------------
>
>                 Key: SVN-2122
>                 URL: https://issues.apache.org/jira/browse/SVN-2122
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_wc
>    Affects Versions: all
>            Reporter: Karl Fogel
>            Assignee: Ben Reser
>             Fix For: unscheduled
>
>
> {noformat:nopanel=true}
> Adeodato Simó <as...@alu.ua.es> posted this report to dev@ today.  The message
> hasn't shown up in the archives yet, but it's this one:
>    From: Adeodato Simó <as...@alu.ua.es>
>    To: dev@subversion.tigris.org
>    Subject:  crash when doing svn st -u (assertion failed)
>    Date: Fri, 12 Nov 2004 00:32:25 +0100
>    Message-ID: <20...@chistera.yi.org>
> The recipe is simple, and reproduces for me with svn 1.2 (dev build):
>    $ svn co -N -r 213 svn://svn.debian.org/pkg-kde .
>    A  README
>    Checked out revision 213.
>    
>    $ svn up -r 213 scripts www
>    [ List of scripts/* files.]
>    Updated to revision 213.
>    [ List of www/* files.]
>    Updated to revision 213.
>    
>    $ svn st -u
>       *      213   www/IGNORE-ME
>       *      213   www
>    svn: subversion/libsvn_wc/status.c:910: tweak_statushash:       \
>       Assertion `repos_text_status == svn_wc_status_added' failed. \
>       Aborted (core dumped)
> At first, I thought this might be related to SteveKing's status crash bug report, at
>    Original post:
>      From: SteveKing <st...@gmx.ch>
>      Subject:  crash when fetching status
>      Message-ID: <41...@gmx.ch>
>      Date: Tue, 02 Nov 2004 19:44:38 +0100
>      http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=82253
>    Whole thread:
>      http://tinyurl.com/4tzqd
> However, looking more closely now, I'm less optimistic that it's the same bug. 
> The assertion that's failing in this new report is one added in r6913, yet it's
> apparently not being triggered in SteveKing's situation.  Investigating now.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)