You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lieven Govaerts <lg...@mobsol.be> on 2006/10/01 20:42:17 UTC

Re: svn trunk r21729: FAIL (i686-debian-sarge1 shared gcc-3.3.5)

buildbot@mobsol.be wrote:
> Full details are available at: 
> http://www.mobsol.be/buildbot/i686-debian-sarge1%2520shared%2520gcc-3.3.5/builds/514
> 
> Author list: dionisos
> 
> Build Slave: eh-debsarge1
> 
> 
> Subversion Buildbot
> http://www.mobsol.be/buildbot/

Hi,

attached patch will fix this build failure (on all platforms).

Apparently what happened was erik included a change in r21728 which 
wasn't supposed to be committed yet. In r21729 part of that change was 
rolled back (declaration of a struct member) but that field was used 
which made the build fail.

Attached patch will revert the rest of that change.

Lieven.

[[[
*subversion/libsvn_wc/entries.c: revert a piece of code that was 
accidentally committed in r21728.
]]]