From: Tom Lane Date: Wed, 11 Jun 2003 15:28:55 +0000 (+0000) Subject: Update anonymous-CVS instructions. X-Git-Tag: REL7_4_BETA1~451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7481b7d1e4f6a507e8c0c33c7d4007c807caea32;p=thirdparty%2Fpostgresql.git Update anonymous-CVS instructions. --- diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 4ca028be8fc..26b7848b417 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,5 +1,5 @@ @@ -67,10 +67,14 @@ Thomas Lockhart Do an initial login to the CVS server: -$ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login +cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login - You will be prompted for a password; just press ENTER. + You will be prompted for a password; you can enter anything except + an empty string. + + + You should only need to do this once, since the password will be saved in .cvspass in your home directory. @@ -83,7 +87,7 @@ $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co -P pgsql - which installs the PostgreSQL sources into a + This installs the PostgreSQL sources into a subdirectory pgsql of the directory you are currently in.