File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
CVS code repository
4
4
Thomas Lockhart
5
5
-->
@@ -67,10 +67,14 @@ Thomas Lockhart
67
67
Do an initial login to the <productname>CVS</productname> server:
68
68
69
69
<programlisting>
70
- $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
70
+ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
71
71
</programlisting>
72
72
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>
74
78
You should only need to do this once, since the password will be
75
79
saved in <literal>.cvspass</literal> in your home directory.
76
80
</para>
@@ -83,7 +87,7 @@ $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login
83
87
cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co -P pgsql
84
88
</programlisting>
85
89
86
- which installs the <productname>PostgreSQL</productname> sources into a
90
+ This installs the <productname>PostgreSQL</productname> sources into a
87
91
subdirectory <filename>pgsql</filename>
88
92
of the directory you are currently in.
89
93
You can’t perform that action at this time.
0 commit comments