11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.24 2002/10/20 20:58:02 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.25 2003/06/11 15:28:55 tgl Exp $
33CVS code repository
44Thomas Lockhart
55-->
@@ -67,10 +67,14 @@ Thomas Lockhart
6767 Do an initial login to the <productname>CVS</productname> server:
6868
6969 <programlisting>
70- $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
70+ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
7171 </programlisting>
7272
73- You will be prompted for a password; just press <literal>ENTER</literal>.
73+ You will be prompted for a password; you can enter anything except
74+ an empty string.
75+ </para>
76+
77+ <para>
7478 You should only need to do this once, since the password will be
7579 saved in <literal>.cvspass</literal> in your home directory.
7680 </para>
@@ -83,7 +87,7 @@ $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
8387cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co -P pgsql
8488 </programlisting>
8589
86- which installs the <productname>PostgreSQL</productname> sources into a
90+ This installs the <productname>PostgreSQL</productname> sources into a
8791 subdirectory <filename>pgsql</filename>
8892 of the directory you are currently in.
8993