> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
> Sent: Sunday, October 19, 2008 12:49 AM
> To: dev_at_subversion.tigris.org
> Subject: Re: Buildbots are red
>
> Sander Rijken wrote on Sat, 18 Oct 2008 at 23:00 +0200:
> > On Oct 17, 2008, at 11:53 PM, Daniel Shahaf wrote:
> > > Everyone: the following tests fail on the Windows buildbot:
> > >
>
> Update: since r33730 (hwright's merge of the fs-rep-sharing branch),
> the
> Windows build fails with sqlite-related errors. Just adding sqlite to
> the
> dependencies of libsvn_fs_fs (in build.conf) doesn't fix it. Sander
> said
> he was looking into patching the generator.
I fixed this in r33743. private/svn_sqlite.h was not part of the exported
api from libsvn_subr on Windows.
> > > FAIL: update_tests.py 14: update missing dir to rev in which it is
> absent
> > > FAIL: switch_tests.py 8: relocate with deleted, missing and copied
> entries
> > > FAIL: schedule_tests.py 8: schedule and commit deletion on missing
> items
> > > FAIL: revert_tests.py 16: status after schedule-delete, revert,
> and local rm
> > > FAIL: revert_tests.py 17: status after replace+, revert, and local
> rm
> > > FAIL: stat_tests.py 20: status with a versioned directory missing
> >
> > I did some debugging here, but don't have a fix for them. The
> breakage seems
> > to have been introduced in r33676.
> >
>
> Thanks for the investigation. I haven't digested that revision yet;
> maybe
> gstein will know the fix.
>
> Daniel
>
> > svn.exe crashes due to an access violation in libsvn_wc/lock.c at 763
> >
> > easy repro:
> >
> > - create the greek tree
> > - rmdir /s/q A\B\E
> > - svn status
For those not fluent in dos commands:
The unix equivalent of rmdir /s/q is rm -rf
Bert
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-19 01:34:22 CEST