[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r36857 - trunk/subversion/libsvn_fs_base

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 30 Mar 2009 22:42:52 +0300 (Jerusalem Daylight Time)

C. Michael Pilato wrote on Mon, 30 Mar 2009 at 15:24 -0400:
> Daniel Shahaf wrote:
> > Same fix is needed in fs_fs.c:
> >
> > [[[
> > Index: subversion/libsvn_fs_fs/fs_fs.c
> > ===================================================================
> > --- subversion/libsvn_fs_fs/fs_fs.c (revision 36859)
> > +++ subversion/libsvn_fs_fs/fs_fs.c (working copy)
> > @@ -918,6 +918,7 @@ read_format(int *pformat, int *max_files_per_dir,
> >
> > return SVN_NO_ERROR;
> > }
> > + SVN_ERR(err);
> >
> > len = sizeof(buf);
> > err = svn_io_read_length_line(file, buf, &len, pool);
> > ]]]
> >
> > I'd commit it myself, but I'm seeing unrelated failures in 'make check'.
> > (Perhaps I should skip 'make check' for this one? It *is* trivial...)
>
> +1 to commit, and you've got my vote for both a 1.5.x and 1.6.x backport
> (where relevant).
>

r36860 and nominated (with your votes). Thanks.

Daniel

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1485360
Received on 2009-03-30 21:43:10 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.