Index: contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in =================================================================== --- contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in (revision 24000) +++ contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in (working copy) @@ -991,17 +991,17 @@ last if $property->{control} eq 'break'; } } - } - # Add svn:executable to files that have their executable bit - # set. - if ($source_is_exe) - { - print "Adding to '$source_path' property 'svn:executable' with ", - "value '*'.\n"; - my $property = {name => 'svn:executable', value => '*'}; - push (@{$add_files{$source_path}{properties}}, - $property); + # Add svn:executable to files that have their executable bit + # set. + if ($source_is_exe) + { + print "Adding to '$source_path' property 'svn:executable' with ", + "value '*'.\n"; + my $property = {name => 'svn:executable', value => '*'}; + push (@{$add_files{$source_path}{properties}}, + $property); + } } # Now make sure the file or directory in the source directory