summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2007-08-06 07:58:06 +0000
committerMagnus Hagander2007-08-06 07:58:06 +0000
commitd40a8d19faf3b1d37f9992f358162f5db7c464d1 (patch)
treeca663104ec72c89c0a4b0395752e4c031048e522
parentc2a4d8423a5537ed69e64c7216877cce03391a25 (diff)
Fix incorrect URI for cvs rsync
-rw-r--r--doc/src/sgml/cvs.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml
index 08b8ce448a..0d6633173e 100644
--- a/doc/src/sgml/cvs.sgml
+++ b/doc/src/sgml/cvs.sgml
@@ -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">