r866473 | dlr | 2007-08-30 21:23:42 +0000 (Thu, 30 Aug 2007) Provide a way to avoid having svn_load_dirs.pl automatically set the svn:executable property for executable files, because when the import directory is on a FAT file system, all files appear to be executable. Running under Cygwin also leads to this problem. * contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in Add new -no_auto_exe option to suppress automatic setting of svn:executable. Patch by: Mark S. Reibert <svn@reibert.com>
r1127885 | stsp | 2011-05-26 12:20:58 +0000 (Thu, 26 May 2011) Fix issue #2794, svn_load_dirs.pl: execute bit on files triggers an "add" I could reproduce the problem and verify that the provided patch fixes it. * contrib/svn_load_dirs/svn_load_dirs.pl.in: Apply the svn:executable property only to newly added files. Patch by: Mark Reibert <svn@reibert.com> (Tweaked by cmpilato.)