From: Magnus Hagander Date: Mon, 6 Aug 2007 07:58:06 +0000 (+0000) Subject: Fix incorrect URI for cvs rsync X-Git-Tag: REL9_0_0~5227 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3605c8c8772f0bc3cb196381d4ec95b113e7b0d6;p=pg-rex%2Fsyncrep.git Fix incorrect URI for cvs rsync --- diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 1194d7839f..e07d787355 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,4 +1,4 @@ - + @@ -313,7 +313,7 @@ cvs commit You can download the CVS repository using this command: -rsync -avzCH --delete rsync.postgresql.org::pgsql-cvs cvsroot/ +rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/ For full instructions, see the "rsync" section in the