[svnbook:tickets] Ticket 187 discussion

Daniel Sahlberg danielsahlberg at users.sourceforge.net
Thu Dec 23 16:17:44 UTC 2021


I'm not so sure about this.

Indeed NTFS has a "Read and execute" permission, but Subversion doesn't (as far as I can tell) sent any NTFS permissions.

I tried to trace the svn:executable property and it seems to end up in svn_io_set_file_executable. There is a comment:
[[[
On Windows and OS/2, just exit -- on unix call our internal function which attempts to honor the umask.
]]]

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.

I'm suggesting to close this ticket.


---

** [tickets:#187] svn:executable property on Windows filesystems does have an effect**

**Status:** New
**Milestone:** whenever
**Created:** Tue Feb 19, 2013 10:49 AM UTC by Anonymous
**Last Updated:** Thu Feb 21, 2013 09:01 AM UTC
**Owner:** nobody


*Originally created by:* [spt5... at gmail.com](http://code.google.com/u/109856940282443811731/)

See Advanced Topics->File Portability->File Executability

This property has no effect on filesystems that have no concept of an executable permission bit, such as FAT32 and NTFS.\[17\]

There is, indeed, a notion of executable permission bit on NTFS. I found this out the hard way. I suggest the following rewording:

This property has no effect on filesystems that have no concept of an executable permission bit, such as FAT32.\[17\]


---

Sent from sourceforge.net because svnbook-dev at red-bean.com is subscribed to https://sourceforge.net/p/svnbook/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/svnbook/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.red-bean.com/pipermail/svnbook-dev/attachments/20211223/9c75013d/attachment.htm>


More information about the svnbook-dev mailing list