Commit 729900397281081022ee00564dc08c9da6dc90b7

Authored by AntonioTerceiro
1 parent c47d65e6

ActionItem154: update-externals.sh is not needed anymore



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1314 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
vendor/plugins/update-externals.sh
... ... @@ -1,7 +0,0 @@
1   -#!/bin/sh
2   -
3   -# this script can be used when using svk, since svk does not support automatic
4   -# checkout of svn's svn:externals. Then if you use svk, change to
5   -# vendor/plugins directory and run this script with `sh update-externals.sh`
6   -
7   -svk propget svn:externals . | awk '{ if ($1) print "if [ -e " $1 " ]; then svn update " $1 "; else svn co " $2 " " $1 "; fi"}' | sh