Hello,
I'm not subscribed, please CC me in answers.
For reference, build error text:
svndumpfilter.obj : error LNK2001: unresolved external symbol
svn_relpath__make_internal
[...\build\win32\vcnet-vcproj\svndumpfilter.vcxproj]
In revision 1850611 function was moved to new header
svn_dirent_uri_private.h which wasn't properly added to 'build.conf'.
This causes the generated 'libsvn_subr.def' file to not export the
function, which in turns causes 'unresolved external symbol'.
Please fix this by adding 'private\svn_dirent_uri_private.h' near line
370 in 'build.conf'.
Thanks!