[PATCH] Fix for `svn patch` changing permissions of patched files
From: Cathy Fitzpatrick <cathy_at_cathyjf.com>
Date: Wed, 20 Nov 2013 18:07:25 -0700
Hello,
Currently the `svn patch` command changes the permissions on any file
Here is an example of the current behaviour (before my patch):
[Cathy_at_localhost subversion]$ ls -la INSTALL
Notice that applying the patch has changed the permissions of INSTALL.
After my patch, we instead get the following:
[Cathy_at_localhost subversion]$ ls -la INSTALL
As expected, patching the file no longer alters its permissions.
I have attached my patch to this email and it includes a log message.
Regards,
Cathy
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.