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 2014/05/28 14:28:18 UTC

RE: svn commit: r1597989 [1/2] - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/libsvn_fs_x/ subversion/libsvn_ra/ subversion/libsvn_ra_local/ sub


> -----Original Message-----
> From: stefan2@apache.org [mailto:stefan2@apache.org]
> Sent: woensdag 28 mei 2014 14:24
> To: commits@subversion.apache.org
> Subject: svn commit: r1597989 [1/2] - in /subversion/trunk: ./
> subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs/
> subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/
> subversion/libsvn_fs_x/ subversion/libsvn_ra/ subversion/libsvn_ra_local/
> subv...
> 
> Author: stefan2
> Date: Wed May 28 12:24:05 2014
> New Revision: 1597989
> 
> URL: http://svn.apache.org/r1597989
> Log:
> Reverting experimental move-related APIs.
> For details see http://svn.haxx.se/dev/archive-2014-05/0155.shtml
> 
> This effectively reverts revisions 1595600,1572044,1547039,1535341,
> 1535330,1535080,1535029,1534280,1532200,1527217,1527088,1526057,
> 1526014,1526013,1525484,1525467,1525464,1525463,1525462,1525460,
> 1525459,1525453,1525448,1525442,1525432,1525429 and 1525419.
> 
> Remove respective entries from CHANGES.

It appears this missed a few changes in mod_dav_svn.
[[
..\..\..\subversion\mod_dav_svn\merge.c(158): error C2065: 'svn_fs_path_change_move' : undeclared identifier [D:\local\svn-local\build\build\win32\vcnet-vcproj\mod_dav_svn.vcxproj]
..\..\..\subversion\mod_dav_svn\merge.c(158): error C2051: case expression not constant [D:\local\svn-local\build\build\win32\vcnet-vcproj\mod_dav_svn.vcxproj]
..\..\..\subversion\mod_dav_svn\merge.c(159): error C2065: 'svn_fs_path_change_movereplace' : undeclared identifier [D:\local\svn-local\build\build\win32\vcnet-vcproj\mod_dav_svn.vcxproj]
..\..\..\subversion\mod_dav_svn\merge.c(159): error C2051: case expression not constant [D:\local\svn-local\build\build\win32\vcnet-vcproj\mod_dav_svn.vcxproj]
]]

	Bert