You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bert Huijben <be...@qqmail.nl> on 2011/10/27 22:36:11 UTC

RE: svn commit: r1189956 - /subversion/trunk/subversion/libsvn_delta/compat.c


> -----Original Message-----
> From: hwright@apache.org [mailto:hwright@apache.org]
> Sent: donderdag 27 oktober 2011 21:29
> To: commits@subversion.apache.org
> Subject: svn commit: r1189956 -
> /subversion/trunk/subversion/libsvn_delta/compat.c
> 
> Author: hwright
> Date: Thu Oct 27 19:28:51 2011
> New Revision: 1189956
> 
> URL: http://svn.apache.org/viewvc?rev=1189956&view=rev
> Log:
> Add a callback to the Ev2 shims which allows a caller to perform some pre-run
> initialization.  This is similar to the open_root() function but for Ev2, and
> is required so that other shim callbacks can potentially initialize state.
> 
> Current test failures: 1168

This patch causes build failures on all platforms.

On Windows the error message is:
..\..\..\subversion\tests\libsvn_delta\editor-test.c(278): error C4047: 'function' : 'start_edit_func_t' differs in levels of indirection from 'apr_pool_t *'
  ..\..\..\subversion\tests\libsvn_delta\editor-test.c(278): error C4024: 'delta_from_editor' : different types for formal and actual parameter 6
  ..\..\..\subversion\tests\libsvn_delta\editor-test.c(278): error C2198: 'delta_from_editor' : too few arguments for call


	Bert