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

2011-09-05 Thread Philip Martin
Daniel Shahaf writes: > [[[ > % $svn cleanup > subversion/libsvn_wc/workqueue.c:672: (apr_err=235000) > svn: E235000: In file 'subversion/libsvn_wc/workqueue.c' line 672: assertion > failed (checksum != NULL) > zsh: abort $SVN cleanup > % svnqlite3-dump | grep -i queue > CREATE TABLE WORK_Q

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

2011-09-04 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, Sep 04, 2011 at 19:52:58 +0300: > Johan Corveleyn wrote on Sun, Jun 05, 2011 at 20:40:34 +0200: > > Fetching external item into > > 'svn-test-work\working_copies\externals_tests-29\A2\iota': > > svn: E235000: In file '..\..\..\subversion\libsvn_wc\workqueue.c' line > > 6

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

2011-09-04 Thread Daniel Shahaf
Johan Corveleyn wrote on Sun, Jun 05, 2011 at 20:40:34 +0200: > Fetching external item into > 'svn-test-work\working_copies\externals_tests-29\A2\iota': > svn: E235000: In file '..\..\..\subversion\libsvn_wc\workqueue.c' line > 672: assertion failed (checksum != NULL) We ran into this assertion on

Re: Issue #3823 fixed but externals_tests.py#file_external_update_without_commit still XFail

2011-06-08 Thread Johan Corveleyn
On Wed, Jun 8, 2011 at 3:23 PM, Paul Burba wrote: > On Sun, Jun 5, 2011 at 2:40 PM, Johan Corveleyn wrote: >> externals_tests.py 29 'update a file external without committing >> target' is still marked as XFail, but the issue mentioned there (#3823 >> - 'update' update file external without commi

Re: Issue #3823 fixed but externals_tests.py#file_external_update_without_commit still XFail

2011-06-08 Thread Paul Burba
On Sun, Jun 5, 2011 at 2:40 PM, Johan Corveleyn wrote: > externals_tests.py 29 'update a file external without committing > target' is still marked as XFail, but the issue mentioned there (#3823 > - 'update' update file external without commit is broken) is marked as > Fixed. Hi Johan, Spotted t

Issue #3823 fixed but externals_tests.py#file_external_update_without_commit still XFail

2011-06-05 Thread Johan Corveleyn
externals_tests.py 29 'update a file external without committing target' is still marked as XFail, but the issue mentioned there (#3823 - 'update' update file external without commit is broken) is marked as Fixed. What's going on? Is the @Issue annotation wrong in externals_tests.py? Or is the iss