1.7 alpha3 bug (assert/exception) during update
From: Gunnar Dalsnes <hardon_at_online.no>
Date: Wed, 20 Jul 2011 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 DalsnesReceived on 2011-07-20 01:00:23 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.