1
1

Update for SVN 1.7.x, which only has a single top-level .svn directory

(no more .svn directories scattered throughout the tree)

This commit was SVN r25435.
Этот коммит содержится в:
Jeff Squyres 2011-11-04 19:52:12 +00:00
родитель f777fe8eba
Коммит b43deb7091

Просмотреть файл

@ -93,10 +93,6 @@ exit(0);
sub process {
my $dir = shift;
# Ensure we're in a svn-controlled directory
return
if (! -d "$dir/.svn");
# Look at the svn:ignore property for this directory
my $svn_ignore = `svn pg svn:ignore $dir 2> /dev/null`;
# If svn failed, bail on this directory.