> -----Original Message----- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: donderdag 15 oktober 2015 22:51 > To: comm...@subversion.apache.org > Subject: svn commit: r1708891 - in > /subversion/trunk/subversion/libsvn_fs_x: fs.h fs_x.c revprops.c > > Author: stefan2 > Date: Thu Oct 15 20:51:27 2015 > New Revision: 1708891 > > URL: http://svn.apache.org/viewvc?rev=1708891&view=rev > Log: > Begin adopting FSX' revprop caching to the improved FS revprop interface.
This patch introduces a compile error on all buildbots. ..\..\..\subversion\libsvn_fs_x\revprops.c(216): error C2039: 'revprop_generation' : is not a member of 'svn_fs_x__data_t' [D:\local\svn-local\build\build\win32\vcnet-vcproj\libsvn_fs_x.vcxproj] d:\local\svn-local\build\subversion\libsvn_fs_x\fs.h(255) : see declaration of 'svn_fs_x__data_t' ..\..\..\subversion\libsvn_fs_x\revprops.c(225): error C2039: 'revprop_generation' : is not a member of 'svn_fs_x__data_t' [D:\local\svn-local\build\build\win32\vcnet-vcproj\libsvn_fs_x.vcxproj] d:\local\svn-local\build\subversion\libsvn_fs_x\fs.h(255) : see declaration of 'svn_fs_x__data_t' E.g. https://ci.apache.org/builders/svn-windows-local/builds/553/steps/Build/logs/stdio Bert