From b70a1f8820b5f4233d7e69bd2620c12cd2dbe5bf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 23 May 2006 17:35:06 +0000 Subject: [PATCH] typo in the anonymous cvs server name --- Documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index d1c54b03c..1ec1a5623 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3750,9 +3750,9 @@ chmod o+rwx tmp

The following method is preferred for new developers:

  1. fetch the current CVS tree over anonymous CVS:
    - cvs -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin login
    + cvs -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin login
    [Password: simply press the Enter key]
    - cvs -z3 -d:pserver:anonymous@cvs.phpmyadmin.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
    + cvs -z3 -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
    [This will create a new sub-directory named phpMyAdmin]
  2. add your stuff
  3. put the modified files (tar'ed and gzip'ed) inside the patch tracker of