|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.48 2008/03/18 16:02:27 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.49 2008/04/03 09:52:03 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <appendix id="cvs"> |
4 | 4 | <appendixinfo> |
@@ -313,7 +313,7 @@ cvs commit |
313 | 313 | <para> |
314 | 314 | You can download the CVS repository using this command: |
315 | 315 | <programlisting> |
316 | | -rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/ |
| 316 | +rsync -avzH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/ |
317 | 317 | </programlisting> |
318 | 318 | For full instructions, see the "rsync" section in the |
319 | 319 | <ulink url="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt"> |
|