Re: assertion in trunk on an upgraded-by-rc1 working copy Re: Issue #3823 fixed but externals_tests.py#file_external_update_without_commit still XFail
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 05 Sep 2011 18:58:22 +0100
Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:
> [[[
I've been looking at this working copy. It appears to be an update from
An update should mark directories 'incomplete' when opening them to make
What appears to have happened is that wc_db.c:open_directory has gone
$ svnadmin create repo
Now run update inside gdb:
$ gdb -arg svn up wc
Switch to another terminal and run:
$ sqlite3 wc/.svn/wc.db "update nodes set presence='normal' where local_relpath='A'"
Back to gdb and
(gdb) c
At this point "svn cleanup" will produce the same error as the original
I have no idea how wc_db.c:open_directory managed to set 'incomplete' at
Anyone got any ideas?
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2011-09-05 19:58:56 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.