[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 20 Jul 2011 02:18:42 +0300

tldr for dev@: assertion that Gunnar and I can both reproduce easily
using 1.7.0-beta1:

% $svn checkout -q https://zlibnet.svn.codeplex.com/svn test
% $svn update test
(asserts)

Gunnar Dalsnes wrote on Wed, Jul 20, 2011 at 00:59:38 +0200:
> 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)
>
> ----
>
> Possibly a double fail since it's not cleaning up after itself
> (removing the lock) when crashing. But I guess try/finally is not
> invented yet in gcc:-)
>
> BTW: Someone mentioned using svn 1.7 beta1 and some said it was not
> released yet. Collabnet disagree as beta1 is listed here:
> https://ctf.open.collab.net/sf/frs/do/viewRelease/projects.csvn/frs.svn_binaries.windows
>
> For fun I tested beta1 too but it give the same error.
>
> Regards,
> Gunnar Dalsnes
Received on 2011-07-20 01:19:37 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.