Update SGML with new hostnames for CVS and CVSup.
authorBruce Momjian
Fri, 7 Sep 2001 21:36:46 +0000 (21:36 +0000)
committerBruce Momjian
Fri, 7 Sep 2001 21:36:46 +0000 (21:36 +0000)
doc/src/sgml/cvs.sgml

index 8472895c4398339413840b87ef718e64cf570626..6df8f8df0e580f8faf61508d99095e1ff250ea53 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -67,10 +67,10 @@ Thomas Lockhart
      Do an initial login to the CVS server:
 
      
-$ cvs -d :pserver:[email protected]:/home/projects/pgsql/cvsroot login
+$ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot login
      
 
-     You will be prompted for a password; enter 'postgresql'.
+     You will be prompted for a password; just press ENTER.
      You should only need to do this once, since the password will be
      saved in .cvspass in your home directory.
     
@@ -80,7 +80,7 @@ $ cvs -d :pserver:[email protected]:/home/projects/pgsql/cvsroot login
     
      Fetch the Postgres sources:
      
-cvs -z3 -d :pserver:[email protected]:/home/projects/pgsql/cvsroot co -P pgsql
+cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot co -P pgsql
      
 
      which installs the Postgres sources into a 
@@ -399,7 +399,7 @@ $ cvsup -L 2 postgres.cvsup
 # - Pull the full CVS repository, not just the latest snapshot
 #
 # Defaults that apply to all the collections
-*default host=postgresql.org
+*default host=cvsup.postgresql.org
 *default compress
 *default release=cvs
 *default delete use-rel-suffix
@@ -438,7 +438,7 @@ pgsql
 # for the PostgreSQL ORDBMS project
 #
 # Defaults that apply to all the collections
-*default host=postgresql.org
+*default host=cvsup.postgresql.org
 *default compress
 *default release=cvs
 *default delete use-rel-suffix
@@ -479,7 +479,7 @@ pgsql
      You can use pre-built binaries
      if you have a platform for which binaries
      are posted on 
-     the Postgres ftp site,
+     ftp.postgresql.org/pub">the Postgres ftp site,
      or if you are running FreeBSD, for which
      CVSup is available as a port.
 
@@ -520,7 +520,7 @@ pgsql
       
        
    If you have another platform, check for and download the appropriate binary from
-   the Postgres ftp site.
+   ftp.postgresql.org/pub">the Postgres ftp site.