diff --git a/doc/download.html b/doc/download.html
index ecc94d25..126529e9 100755
--- a/doc/download.html
+++ b/doc/download.html
@@ -29,18 +29,19 @@ containing bug fixes or some new and not yet completely debugged code. This
is usually the case if some user asks for some new features, which are then
implemented and sent to the user for testing. The minor releases are named
x.y.z-r where r is the release number.
-A CVS web access to the
+A web access to the
source code contains the complete development history of ELOG. To check out the complete
-CVS tree, use:
+Subversion tree, use:
-setenv CVS_RSH ssh (or "export CVS_RSH=ssh" for bash & Co)
-cvs -d :ext:cvs@midas.psi.ch:/usr/local/cvsroot checkout elog
-cvs@midas.psi.ch's password: cvs
-cvs -d :ext:cvs@midas.psi.ch:/usr/local/cvsroot checkout mxml
-cvs@midas.psi.ch's password: cvs
+svn checkout svn+ssh://svn@savannah.psi.ch:/afs/psi.ch/project/meg/svn/elog/trunk elog
+svn@midas.psi.ch's password: svn
+(you might have to enter the password several times...)
+svn checkout svn+ssh://svn@savannah.psi.ch:/afs/psi.ch/project/meg/svn/mxml/trunk mxml
+svn@midas.psi.ch's password: svn
+(you might have to enter the password several times...)
-Building elogd and installing it from CVS works in the same way as building +Building elogd and installing it from Subversion works in the same way as building it from the tarball. Issue in the elog directory a "make", followed by a "make install".
News for each version can be seen in the changelog