From 729900397281081022ee00564dc08c9da6dc90b7 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 6 Feb 2008 22:21:45 +0000 Subject: [PATCH] ActionItem154: update-externals.sh is not needed anymore --- vendor/plugins/update-externals.sh | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) delete mode 100644 vendor/plugins/update-externals.sh diff --git a/vendor/plugins/update-externals.sh b/vendor/plugins/update-externals.sh deleted file mode 100644 index f6f1c07..0000000 --- a/vendor/plugins/update-externals.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# this script can be used when using svk, since svk does not support automatic -# checkout of svn's svn:externals. Then if you use svk, change to -# vendor/plugins directory and run this script with `sh update-externals.sh` - -svk propget svn:externals . | awk '{ if ($1) print "if [ -e " $1 " ]; then svn update " $1 "; else svn co " $2 " " $1 "; fi"}' | sh -- libgit2 0.21.2