We have a lot of users using Subversion under Cygwin, which means that any files they add get marked as executable by default (and almost always uselessly). Is there any way to disable the automatic setting of the svn:executable property on an "svn add"? The closest thing I see in the manual is --no-auto-props, but that doesn't seem to have the desired effect in a quick test.
-- Daniel