Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Daniel Shahaf
On Mon, Jan 9, 2012, at 17:23, Steve Kelem wrote: > I agree, lots of files *shouldn't* be marked executable, but lots of users > just don't care. > I'm trying to protect everyone else from their sloppiness. > That's why I'd like to turn svn:executable off with the autoprops. > If someone *really

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Steve Kelem
I agree, lots of files *shouldn't* be marked executable, but lots of users just don't care. I'm trying to protect everyone else from their sloppiness. That's why I'd like to turn svn:executable off with the autoprops. If someone *really* needs svn:executable on some file that shouldn't normally h

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Daniel Shahaf
You can't do this with autoprops. (See auto_props_enumerator() in libsvn_client/add.c; and notice the output of a manual 'svn propset svn:executable false'.) Feel free to file a bug about this, and/or submit a patch implementing this. Concretely, though, README shouldn't be marked executable in