Re: Working copy permissions changed by keyword substitution

2013-03-02 Thread Daniel Shahaf
Joshua Root wrote on Sun, Mar 03, 2013 at 02:53:24 +1100: > On 2013-2-23 15:48 , Joshua Root wrote: > > On 2013-2-23 05:30 , Daniel Shahaf wrote: > >> You need to use '' not "" to escape the $. (see sh(1) man page) > > > > Argh, I knew that, but it just didn't register. Thanks. > > > >> As to yo

Re: Working copy permissions changed by keyword substitution

2013-03-02 Thread Joshua Root
On 2013-2-23 15:48 , Joshua Root wrote: > On 2013-2-23 05:30 , Daniel Shahaf wrote: >> You need to use '' not "" to escape the $. (see sh(1) man page) > > Argh, I knew that, but it just didn't register. Thanks. > >> As to your actual problem: I expect the permissions will be reset every >> time

Re: Working copy permissions changed by keyword substitution

2013-02-22 Thread Joshua Root
On 2013-2-23 05:30 , Daniel Shahaf wrote: > You need to use '' not "" to escape the $. (see sh(1) man page) Argh, I knew that, but it just didn't register. Thanks. > As to your actual problem: I expect the permissions will be reset every > time an update or switch changes the file, even if it do

Re: Working copy permissions changed by keyword substitution

2013-02-22 Thread Daniel Shahaf
Joshua Root wrote on Fri, Feb 22, 2013 at 22:23:57 +1100: > This seems like a bug to me, so I'm running it by the list as requested > on the web site. > > My umask is 006, but I have changed the permissions on one of my svn > working copies so that it is world readable. Whenever I commit a file >

Working copy permissions changed by keyword substitution

2013-02-22 Thread Joshua Root
This seems like a bug to me, so I'm running it by the list as requested on the web site. My umask is 006, but I have changed the permissions on one of my svn working copies so that it is world readable. Whenever I commit a file that has property 'svn:keywords Id' and contains an Id line, the permi