Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7481b7d

Browse files
committed
Update anonymous-CVS instructions.
1 parent 17386ac commit 7481b7d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/src/sgml/cvs.sgml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 $
33
CVS code repository
44
Thomas 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
8387
cvs -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

0 commit comments

Comments
 (0)