From d40a8d19faf3b1d37f9992f358162f5db7c464d1 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 6 Aug 2007 07:58:06 +0000 Subject: [PATCH] Fix incorrect URI for cvs rsync --- doc/src/sgml/cvs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.39.5