RE: Fwd: [PATCH] Fix for `svn patch` changing permissions of patched files
From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 22 Nov 2013 15:20:53 +0100
> -----Original Message-----
This sounds like a left over of the .svn/tmp directories in the old per directory working copies.
It should probably use either the right .svn/tmp directory below the working copy root or the system temporary folder. But as a subst function it can't get the working copy information.
> - svn_subst_copy_and_translate4 copies the permissions from the
Quite possible an artifact of converting this code, and adding permission changes in some code paths. (Originally we found that we created too readable files in global temp...) Only in 1.6/1.7 we started really using the global temp directory.
Branko: On Windows we never alter permissions. We let the inherited folder permission handle these things. A really nice case where the ACL's make our code easier, by not letting user code worry about this.
Bert
|
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.