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 2012/10/05 14:23:20 UTC

RE: svn commit: r1394470 - /subversion/trunk/subversion/libsvn_fs_fs/caching.c

> -----Original Message-----
> From: stefan2@apache.org [mailto:stefan2@apache.org]
> Sent: vrijdag 5 oktober 2012 14:05
> To: commits@subversion.apache.org
> Subject: svn commit: r1394470 -
> /subversion/trunk/subversion/libsvn_fs_fs/caching.c
> 
> Author: stefan2
> Date: Fri Oct  5 12:05:06 2012
> New Revision: 1394470
> 
> URL: http://svn.apache.org/viewvc?rev=1394470&view=rev
> Log:
> Don't error out on intermittend memcached failures.
> 
> We need two different error callbacks - one consuming
> the error and one passing it on to the callers. The
> latter is to be used everywhere except for memcached-
> based cache instances.

14:08 < subversion-bot> build #8677 of svn-slik-w2k3-x64-local is complete: Failure [failed Build]  Build details are
                        at http://ci.apache.org/builders/svn-slik-w2k3-x64-local/builds/8677  blamelist: stefan2
14:18 <@Bert> ..\..\..\subversion\libsvn_fs_fs\caching.c(454): error C4047: 'function' : 'svn_cache__error_handler_t'
              differs in levels of indirection from 'svn_boolean_t'
14:18 <@Bert> (same error in line 503)

	Bert