Found |
r1612225 |
r1612225 | stsp | 2014-07-21 10:11:56 +0000 (Mon, 21 Jul 2014) * subversion/libsvn_subr/io.c (svn_io_open_unique_file3): On !win32, we should ignore EINCOMPLETE and ENOTIMPL when setting permissions on the temporary file, just like svn_io_copy_perms does. This usually means the underlying file system doesn't support permission bits in the first place. Found by: Nick Chadwick