1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.14 2001/01/20 04:16:55 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.15 2001/09/07 21:36:46 momjian Exp $
3
3
CVS code repository
4
4
Thomas Lockhart
5
5
-->
@@ -67,10 +67,10 @@ Thomas Lockhart
67
67
Do an initial login to the <productname>CVS</productname> server:
68
68
69
69
<programlisting>
70
- $ cvs -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
70
+ $ cvs -d :pserver:anoncvs@anoncvs. postgresql.org:/home/projects/pgsql/cvsroot login
71
71
</programlisting>
72
72
73
- You will be prompted for a password; enter ' <literal>postgresql </literal>' .
73
+ You will be prompted for a password; just press <literal>ENTER </literal>.
74
74
You should only need to do this once, since the password will be
75
75
saved in <literal>.cvspass</literal> in your home directory.
76
76
</para>
@@ -80,7 +80,7 @@ $ cvs -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
80
80
<para>
81
81
Fetch the <productname>Postgres</productname> sources:
82
82
<programlisting>
83
- cvs -z3 -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot co -P pgsql
83
+ cvs -z3 -d :pserver:anoncvs@anoncvs. postgresql.org:/home/projects/pgsql/cvsroot co -P pgsql
84
84
</programlisting>
85
85
86
86
which installs the <productname>Postgres</productname> sources into a
@@ -399,7 +399,7 @@ $ cvsup -L 2 <replaceable class="parameter">postgres.cvsup</replaceable>
399
399
# - Pull the full CVS repository, not just the latest snapshot
400
400
#
401
401
# Defaults that apply to all the collections
402
- *default host=postgresql.org
402
+ *default host=cvsup. postgresql.org
403
403
*default compress
404
404
*default release=cvs
405
405
*default delete use-rel-suffix
@@ -438,7 +438,7 @@ pgsql
438
438
# for the PostgreSQL ORDBMS project
439
439
#
440
440
# Defaults that apply to all the collections
441
- *default host=postgresql.org
441
+ *default host=cvsup. postgresql.org
442
442
*default compress
443
443
*default release=cvs
444
444
*default delete use-rel-suffix
@@ -479,7 +479,7 @@ pgsql
479
479
You can use pre-built binaries
480
480
if you have a platform for which binaries
481
481
are posted on
482
- <ulink url="ftp://postgresql.org/pub">the <productname>Postgres</productname> ftp site</ulink>,
482
+ <ulink url="ftp://ftp. postgresql.org/pub">the <productname>Postgres</productname> ftp site</ulink>,
483
483
or if you are running FreeBSD, for which
484
484
<productname>CVSup</productname> is available as a port.
485
485
@@ -520,7 +520,7 @@ pgsql
520
520
<step performance="optional">
521
521
<para>
522
522
If you have another platform, check for and download the appropriate binary from
523
- <ulink url="ftp://postgresql.org/pub">the <productname>Postgres</productname> ftp site</ulink>.
523
+ <ulink url="ftp://ftp. postgresql.org/pub">the <productname>Postgres</productname> ftp site</ulink>.
524
524
</para>
525
525
</step>
526
526
</substeps>
0 commit comments