<div class="markdown_content"><p>I'm not so sure about this.</p>
<p>Indeed NTFS has a "Read and execute" permission, but Subversion doesn't (as far as I can tell) sent any NTFS permissions.</p>
<p>I tried to trace the svn:executable property and it seems to end up in svn_io_set_file_executable. There is a comment:<br/>
<span>[[[
On Windows and OS/2, just exit -- on unix call our internal function which attempts to honor the umask.
]]]</span></p>
<p>According to my tests, a new file inherits the "Read and execute" permission from the parent directory when it is checked out, no matter the svn:executable property.</p>
<p>I'm suggesting to close this ticket.</p>
<hr/>
<p><strong> <a class="alink" href="https://sourceforge.net/p/svnbook/tickets/187/">[tickets:#187]</a> svn:executable property on Windows filesystems does have an effect</strong></p>
<p><strong>Status:</strong> New<br/>
<strong>Milestone:</strong> whenever<br/>
<strong>Created:</strong> Tue Feb 19, 2013 10:49 AM UTC by Anonymous<br/>
<strong>Last Updated:</strong> Thu Feb 21, 2013 09:01 AM UTC<br/>
<strong>Owner:</strong> nobody</p>
<p><em>Originally created by:</em> <a class="" href="http://code.google.com/u/109856940282443811731/" rel="nofollow">spt5...</a><a class="user-mention" href="https://sourceforge.net/u/gmail/"></a><a class="user-mention" href="https://sourceforge.net/u/gmail/">@gmail</a>.com</p>
<p>See Advanced Topics->File Portability->File Executability</p>
<p>This property has no effect on filesystems that have no concept of an executable permission bit, such as FAT32 and NTFS.[17]</p>
<p>There is, indeed, a notion of executable permission bit on NTFS. I found this out the hard way. I suggest the following rewording:</p>
<p>This property has no effect on filesystems that have no concept of an executable permission bit, such as FAT32.[17]</p>
<hr/>
<p>Sent from sourceforge.net because svnbook-dev@red-bean.com is subscribed to <a href="https://sourceforge.net/p/svnbook/tickets/">https://sourceforge.net/p/svnbook/tickets/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/svnbook/admin/tickets/options.">https://sourceforge.net/p/svnbook/admin/tickets/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>