From 0e43db65b2292c305bd8bffdd4b60a824d699822 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Feb 2010 12:50:01 +0100 Subject: Revert "add support for community svn" This reverts commit 0346db0ff79254e720d2da84ba60172fce8d1b76. This commit changed the expected behaviour of archco and truned it into a more complex alias of "svn up ". --- archco | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'archco') diff --git a/archco b/archco index 8d73c9b..0dc1c4c 100755 --- a/archco +++ b/archco @@ -5,9 +5,6 @@ if [ "$1" = "" ]; then exit 1 fi -url=$(svn info | grep URL) -url="${url##*URL: }" - for i in "$@"; do - svn co "$url/$i" + svn co svn+ssh://gerolde.archlinux.org/srv/svn-packages/$i done -- cgit v1.2.3-24-g4f1b