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

Commit ca5134e

Browse files
committed
Update SGML with new hostnames for CVS and CVSup.
1 parent 3fb3678 commit ca5134e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/src/sgml/cvs.sgml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
CVS code repository
44
Thomas Lockhart
55
-->
@@ -67,10 +67,10 @@ Thomas Lockhart
6767
Do an initial login to the <productname>CVS</productname> server:
6868

6969
<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
7171
</programlisting>
7272

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>.
7474
You should only need to do this once, since the password will be
7575
saved in <literal>.cvspass</literal> in your home directory.
7676
</para>
@@ -80,7 +80,7 @@ $ cvs -d :pserver:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login
8080
<para>
8181
Fetch the <productname>Postgres</productname> sources:
8282
<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
8484
</programlisting>
8585

8686
which installs the <productname>Postgres</productname> sources into a
@@ -399,7 +399,7 @@ $ cvsup -L 2 <replaceable class="parameter">postgres.cvsup</replaceable>
399399
# - Pull the full CVS repository, not just the latest snapshot
400400
#
401401
# Defaults that apply to all the collections
402-
*default host=postgresql.org
402+
*default host=cvsup.postgresql.org
403403
*default compress
404404
*default release=cvs
405405
*default delete use-rel-suffix
@@ -438,7 +438,7 @@ pgsql
438438
# for the PostgreSQL ORDBMS project
439439
#
440440
# Defaults that apply to all the collections
441-
*default host=postgresql.org
441+
*default host=cvsup.postgresql.org
442442
*default compress
443443
*default release=cvs
444444
*default delete use-rel-suffix
@@ -479,7 +479,7 @@ pgsql
479479
You can use pre-built binaries
480480
if you have a platform for which binaries
481481
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>,
483483
or if you are running FreeBSD, for which
484484
<productname>CVSup</productname> is available as a port.
485485

@@ -520,7 +520,7 @@ pgsql
520520
<step performance="optional">
521521
<para>
522522
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>.
524524
</para>
525525
</step>
526526
</substeps>

0 commit comments

Comments
 (0)