Commit 0e43db65 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

Revert "add support for community svn"

This reverts commit 0346db0f.

This commit changed the expected behaviour of archco and truned it into a
more complex alias of "svn up <package>".
parent 3e3b3264
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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