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

RE: svn commit: r1708891 - in /subversion/trunk/subversion/libsvn_fs_x: fs.h fs_x.c revprops.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 15 Oct 2015 22:56:33 +0200

> -----Original Message-----
> From: stefan2_at_apache.org [mailto:stefan2_at_apache.org]
> Sent: donderdag 15 oktober 2015 22:51
> To: commits_at_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
Received on 2015-10-15 22:56:49 CEST

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.