Attila Nagy


Found
r1537018

r1537018 | stsp | 2013-10-30 09:33:55 +0000 (Wed, 30 Oct 2013)

Fix issue #4440, "Subversion sets permissions on files, when it shouldn't"

* subversion/libsvn_subr/io.c
  (io_set_file_perms): Set the user read/write bits to make a file read/write,
   instead of merging in the default bits from the current umask.
   Merging bits from the current umask is a bad idea if the file's
   permissions are more restrictive than the umask implies.

Reported by: Attila Nagy