phi...@apache.org wrote on Fri, 16 Mar 2018 00:00 +0000:
> Fix issue 4727 which is a bug in the fix for issue 4725.
> 
> * subversion/libsvn_fs_fs/cached_data.c
>   (cache_windows): Move auto_read_diff_version() call before the loop.

> +++ subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
> @@ -3270,6 +3270,9 @@ cache_windows(svn_fs_t *fs,
> +  auto_read_diff_version(rs, iterpool);

Missing SVN_ERR() around this function call.

Reply via email to