From d7d90a28e654ea53beab9d41a20729fef519d3cd Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 7 Oct 2005 15:12:43 +0000 Subject: [PATCH] Updated for SVN SVN revision: 1502 --- doc/download.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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