From ca5134e6944d45ddb294c85540b2445705a491bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 7 Sep 2001 21:36:46 +0000 Subject: [PATCH] Update SGML with new hostnames for CVS and CVSup. --- doc/src/sgml/cvs.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 8472895c43..6df8f8df0e 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,5 +1,5 @@ @@ -67,10 +67,10 @@ Thomas Lockhart Do an initial login to the CVS server: -$ cvs -d :pserver:anoncvs@postgresql.org:/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:anoncvs@postgresql.org:/home/projects/pgsql/cvsroot login Fetch the Postgres sources: -cvs -z3 -d :pserver:anoncvs@postgresql.org:/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, + 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. + the Postgres ftp site.