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

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

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-10-01 22:42:17 CEST

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.
]]]

Index: subversion/libsvn_wc/entries.c
===================================================================
--- subversion/libsvn_wc/entries.c (revision 21729)
+++ subversion/libsvn_wc/entries.c (working copy)
@@ -2542,9 +2542,6 @@
     dupentry->cachable_props = apr_pstrdup(pool, entry->cachable_props);
   if (entry->present_props)
     dupentry->present_props = apr_pstrdup(pool, entry->present_props);
- if (entry->revertbase_checksum)
- dupentry->revertbase_checksum
- = apr_pstrdup(pool, entry->revertbase_checksum);
   return dupentry;
 }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 1 22:42:36 2006

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.