On 07.09.2015 18:42, Ivan Zhakov wrote: > We developed patch that converts all ERROR_ACCESS_DENIED errors from > SetFileInformationByHandle() to SVN_ERR_UNSUPPORTED_FEATURE and > fallbacks to normal close + rename() (see attached file), but I'm not > sure it's the best solution and going to investigate this problem > tomorrow.
Ideally, there'd be a way to check if the 'access denied' error is real, or just a side effect of SMBv1. But I can't think of a reasonable way to do this without (probably) incurring an unacceptable slowdown in the WC. -- Brane