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
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
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