[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 30 Mar 2009 15:24:48 -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).

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1485188

Received on 2009-03-30 21:25: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.