]> git.pld-linux.org Git - packages/composer.git/commitdiff
ignore externals on svn switch auto/th/composer-1.0.0-14.alpha10
authorElan Ruusamäe <glen@delfi.ee>
Fri, 18 Sep 2015 14:00:16 +0000 (17:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 18 Sep 2015 14:00:16 +0000 (17:00 +0300)
svn-ignore-externals.patch

index c4ed3f523930c53c980a0d513b51cd942c6ffe14..34bce1f680863aa774e5b16a134688929e0ca55e 100644 (file)
@@ -8,4 +8,13 @@
 +        $this->execute($url, "svn co --ignore-externals", sprintf("%s/%s", $url, $ref), null, $path);
      }
  
+     /**
+@@ -53,7 +53,7 @@
+         }
+         $this->io->writeError("    Checking out " . $ref);
+-        $this->execute($url, "svn switch" . $flags, sprintf("%s/%s", $url, $ref), $path);
++        $this->execute($url, "svn switch --ignore-externals" . $flags, sprintf("%s/%s", $url, $ref), $path);
+     }
      /**
This page took 0.099657 seconds and 4 git commands to generate.