[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.7 alpha3 bug (assert/exception) during update

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 20 Jul 2011 01:19:47 +0200

On Wed, Jul 20, 2011 at 12:59:38AM +0200, Gunnar Dalsnes wrote:
> Hi,
>
> Get an exception/assert in svn 1.7 alpha3.
>
> Easily reproduceable by doing this (the svn repo is public):
>
> ---
>
> > svn checkout https://zlibnet.svn.codeplex.com/svn test
> Checked out revision 11497.
>
> > svn update test
> Updating 'test':
> svn: E235000: In file '..\..\..\subversion\libsvn_wc\wc_db.c' line
> 10935: assertion failed (base_status ==
> svn_wc__db_status_incomplete)
>
> This application has requested the Runtime to terminate it in an
> unusual way.
> Please contact the application's support team for more information.
>
> > svn update test
> svn: E155004: Working copy 'C:\test\test' locked.
> svn: E155004: 'C:\test\test' is already locked.
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

I can reproduce your problem with older versions of 1.7.x.
But it works fine for me with the latest code from the 1.7.x branch.

I am not sure which commit fixed this. Maybe it was r1146620.
Please check again when the next pre-release is made. Thanks!

This is how it behaves for me with the latest 1.7.x:

$ svn info
Path: .
Working Copy Root Path: /tmp/test
URL: https://zlibnet.svn.codeplex.com/svn
Repository Root: https://zlibnet.svn.codeplex.com/svn
Repository UUID: 37308e9d-ab76-48fb-8b0d-99fc395a6d69
Revision: 11497
Node Kind: directory
Schedule: normal

$ svn up test
Updating 'test':
Update complete.
$
Received on 2011-07-20 01:20:25 CEST

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.