You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Peter D. Stout" <pd...@edgedynamics.com> on 2005/03/17 21:59:35 UTC

Assertion Failure Running: svn status -u

123456789012345678901234567890123456789012345678901234567890123456789012
I am hitting the following assertion when I run the command
'svn status -u':

svn: subversion/libsvn_wc/status.c:910: tweak_statushash: Assertion
`repos_text_status == svn_wc_status_added' failed.

System Information:
    - Server: Subversion 1.1.3 under Apache 2.0.48 on RedHat 9
    - Client: Subversion 1.1.3 on RedHat 9 or 1.1.2 on Cygwin/Windows XP
    - The client and server binaries on RedHat are the RPMs available on
      http://summersoft.fay.ar.us/pub/subversion/latest/.  The Cygwin
      binaries are the ones available through the standard Cygwin setup.
    - RedHat 9 system is using Berkeley DB 4.0.14.

I suspect that the problem is caused by the following sequence of
events.  In my working copy, I executed 'svn move gui portal' to rename
one of our project directories.  Independently, another developer made
some changes to one or more files under the gui directory.  Now when I
run 'svn status -u' in the gui directory in my working copy, I get the
above assertion failure.

Is this a known issue?  Should I open a new issue for it?

                         -Peter Stout



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Assertion Failure Running: svn status -u

Posted by Ben Collins-Sussman <su...@collab.net>.
On Mar 17, 2005, at 3:59 PM, Peter D. Stout wrote:

> 12345678901234567890123456789012345678901234567890123456789012345678901 
> 2
> I am hitting the following assertion when I run the command
> 'svn status -u':
>
> svn: subversion/libsvn_wc/status.c:910: tweak_statushash: Assertion
> `repos_text_status == svn_wc_status_added' failed.
>
> System Information:
>    - Server: Subversion 1.1.3 under Apache 2.0.48 on RedHat 9
>    - Client: Subversion 1.1.3 on RedHat 9 or 1.1.2 on Cygwin/Windows XP
>    - The client and server binaries on RedHat are the RPMs available on
>      http://summersoft.fay.ar.us/pub/subversion/latest/.  The Cygwin
>      binaries are the ones available through the standard Cygwin setup.
>    - RedHat 9 system is using Berkeley DB 4.0.14.
>
> I suspect that the problem is caused by the following sequence of
> events.  In my working copy, I executed 'svn move gui portal' to rename
> one of our project directories.  Independently, another developer made
> some changes to one or more files under the gui directory.  Now when I
> run 'svn status -u' in the gui directory in my working copy, I get the
> above assertion failure.
>
> Is this a known issue?  Should I open a new issue for it?
>

Can you give us an exact reproduction recipe?  Like, a series of  
literal commands or a shell script which causes the assertion for you?

Then we can try to reproduce, and see if this is a real bug, or if it  
exists in the latest code.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org