From 5ae9e2f1e351d0029389070546729060450337a5 Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Wed, 9 Apr 2008 16:14:57 +0000
Subject: [PATCH] Use the https: URL to access the subversion repository.

---
 mksnap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mksnap.sh b/mksnap.sh
index 063ebac..0ee1081 100755
--- a/mksnap.sh
+++ b/mksnap.sh
@@ -4,7 +4,7 @@
 # copy from svn, and then run "autoreconf" and "make distcheck".
 
 MYTMPDIR="${TMPDIR:-/tmp}/alberta.$$"
-SVNREPOS=svn+ssh://malaga.math.uni-augsburg.de/homes/proj/alberta/ALBERTA_SVN
+SVNREPOS=https://scwww.math.uni-augsburg.de/repos/alberta
 ALBERTADIST=trunk/albertadist
 DATE=$(date --utc '+%Y%m%d')
 SNAPSHOTDIR=/hosts/www/www/htdocs/IAM/homepages/claus/download/alberta/snapshots
-- 
GitLab