[packages/composer] ignore externals on svn switch
glen
glen at pld-linux.org
Fri Sep 18 16:48:44 CEST 2015
commit d4804576d22bdcf56c6eaee936c4d1360b8a6502
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Sep 18 17:00:16 2015 +0300
ignore externals on svn switch
svn-ignore-externals.patch | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/svn-ignore-externals.patch b/svn-ignore-externals.patch
index c4ed3f5..34bce1f 100644
--- a/svn-ignore-externals.patch
+++ b/svn-ignore-externals.patch
@@ -9,3 +9,12 @@
}
/**
+@@ -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);
+ }
+
+ /**
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/d4804576d22bdcf56c6eaee936c4d1360b8a6502
More information about the pld-cvs-commit
mailing list