Respecting inherited Windows file permissions on file create

2013-09-28 Thread jason
In a working copy, different directories may require different Windows permissions (access control lists). For example, some might contain code or data to be accessed by Windows services. Concretely, the Windows service might be a web server and the directory might contain HTML files. For convenien

Re: predecessor count for the root node-revision is wrong message

2012-03-20 Thread Jason Wong
Hello Daniel, Philip. I have been following the thread: "#4129 is reproducible Re: predecessor count for the root node-revision is wrong message". It looks like you all have it figured out now. Good job. Do you need any more information from me at this point? Thanks. Jason Wong.

Re: predecessor count for the root node-revision is wrong message

2012-03-20 Thread Jason Wong
On Mon, Mar 19, 2012 at 1:56 PM, Daniel Shahaf wrote: > Jason Wong wrote on Mon, Mar 19, 2012 at 13:41:19 -0700: >> Hello Daniel, Philip. >> >> I have been following the thread: "#4129 is reproducible Re: >> predecessor count for the root node-revision is wrong me

RE: Respecting inherited Windows file permissions on file create

2013-09-28 Thread Jason Kresowaty
> From: Ivan Zhakov > Date: Sat, September 28, 2013 2:46 pm > I see two possible solutions for this problem: > 1. Use hTemplate argument in CreateFile call when temporary file is created > 2. Created temporary file along original file to be replaced instead > of .svn/tmp in working copy root > > O

Re: Respecting inherited Windows file permissions on file create

2013-09-28 Thread Jason Kresowaty
> Subject: Re: Respecting inherited Windows file permissions on file create > From: Ivan Zhakov > Date: Sat, September 28, 2013 3:29 pm > Solution (2) is create temporary file in > wc\a folder. In this case it will get proper inherited permissions > from wc\a folder. You may try this solution in y

Re: Respecting inherited Windows file permissions on file create

2013-09-29 Thread Jason Kresowaty
> From: Branko ÄŒibej > Date: Sun, 29 Sep 2013 07:14:07 +0200 > This is not in fact a bug in Subversion > The solution that jiggles the security descriptor is not acceptable. I note that svn is not touching the place where the inherit is actually assigned (a directory), yet it is interfering w

Re: Respecting inherited Windows file permissions on file create

2013-09-30 Thread Jason Kresowaty
> Subject: Re: Respecting inherited Windows file permissions on file > create > From: Branko Čibej > Date: Mon, September 30, 2013 6:07 am > Whew. I'd really prefer not to second-guess Windows ACL inheritance like > this, Not to beat a dead horse, but if you call SetNamedSecurityInfo after the

Re: Subversion checked-out files not indexed in Windows search

2014-03-15 Thread Jason Kresowaty
On 3/13/2014 9:08 AM, Branko Čibej wrote: I understand that; it simply means that when we install a file from .svn/tmp into the working copy proper, we have to change that attribute; either before or after the file is moved into place. When this came up on ACLs, there seemed to be a lot of resi

Re: Subversion checked-out files not indexed in Windows search

2014-03-17 Thread Jason Kresowaty
On 3/17/2014 5:40 AM, Bert Huijben wrote: And updating these attributes one at a time during checkout would be huge (not a small) performance killer during checkout, as both operations would be updating the MFT. We should try to perform as much operations as possible while having the files