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.
Этот коммит содержится в:
родитель
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.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user