From b43deb7091f3ba78780f7b2c219d40b1e6810a62 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 4 Nov 2011 19:52:12 +0000 Subject: [PATCH] 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. --- contrib/hg/build-hgignore.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/hg/build-hgignore.pl b/contrib/hg/build-hgignore.pl index 87b7cd88cb..e8958dffe3 100755 --- a/contrib/hg/build-hgignore.pl +++ b/contrib/hg/build-hgignore.pl @@ -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.