diff options
author | Magnus Hagander | 2007-08-06 07:58:06 +0000 |
---|---|---|
committer | Magnus Hagander | 2007-08-06 07:58:06 +0000 |
commit | 3605c8c8772f0bc3cb196381d4ec95b113e7b0d6 (patch) | |
tree | 0e9454888aabf9aea376026fbe11ab5251ff136f | |
parent | fcb9535e8a3576f6bfcc54bdc52c195d46f32b53 (diff) |
Fix incorrect URI for cvs rsync
-rw-r--r-- | doc/src/sgml/cvs.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.46 2007/07/17 01:52:34 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.47 2007/08/06 07:58:06 mha Exp $ --> <appendix id="cvs"> <appendixinfo> @@ -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"> |