On Thu, Mar 3, 2011 at 12:30 PM, Philip Martin <philip.mar...@wandisco.com> wrote: > John Beranek <j...@redux.org.uk> writes: > >> This afternoon, I checked out the trunk from Subversion in order to >> build a dev system running 1.7. >> >> I updated a sandbox I had lying around, made it 'extraclean', built and >> installed serf 0.7.1, ran autogen.sh, ran configure (with --prefix >> /usr/local/subversion-1.7 --with-serf=/usr/local), built and installed >> Subversion. >> >> All of this was done on a Fedora 14 x86_64 system. What I got for my >> troubles was assertion failures when trying a commit with either >> Apache+mod_dav_svn or with svnserve. The assertion failure in question is: >> >> subversion/libsvn_subr/svn_temp_serializer.c:282: >> svn_temp_deserializer__resolve: Assertion `*ptr > buffer' failed. >> >> Am I doing something stupid, or is there some breakage on the trunk? > > Some, but not that. > > http://subversion.apache.org/buildbot
Those are related to a change which wasn't compatible with APR 0.9. -Hyrum > Do the regression tests pass on your machine? > > -- > Philip >