Revert "add support for community svn"

This reverts commit 0346db0ff7.

This commit changed the expected behaviour of archco and truned it into a
more complex alias of "svn up <package>".
This commit is contained in:
Pierre Schmitz 2010-02-11 12:50:01 +01:00
parent 3e3b32641d
commit 0e43db65b2
1 changed files with 1 additions and 4 deletions

5
archco
View File

@ -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