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

Reply via email to