When a rev file has mode 0640 and it is packed while umask == 0022, the resulting pack and manifest files have mode 0644 again.
I suspect it's due to the svn_io_set_file_read_only() call in pack_shard().
When a rev file has mode 0640 and it is packed while umask == 0022, the resulting pack and manifest files have mode 0644 again.
I suspect it's due to the svn_io_set_file_read_only() call in pack_shard().