Fix incorrect URI for cvs rsync
authorMagnus Hagander <magnus@hagander.net>
Mon, 6 Aug 2007 07:58:06 +0000 (07:58 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 6 Aug 2007 07:58:06 +0000 (07:58 +0000)
doc/src/sgml/cvs.sgml

index 08b8ce448aa392ffc5e14db45e5d9f6237de3cef..0d6633173efb53a719f20f42f635fa5b438a6f8f 100644 (file)
@@ -313,7 +313,7 @@ cvs commit
   <para>
    You can download the CVS repository using this command:
 <programlisting>
-rsync -avzCH --delete rsync.postgresql.org::pgsql-cvs cvsroot/
+rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/
 </programlisting>
    For full instructions, see the "rsync" section in the 
    <ulink url="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt">