]> granicus.if.org Git - postgresql/commitdiff
Remove -C from rsync call, because it omits directories named "core".
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 3 Apr 2008 09:51:53 +0000 (09:51 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 3 Apr 2008 09:51:53 +0000 (09:51 +0000)
doc/src/sgml/cvs.sgml

index f20a977469baf054e5f49fdcab96cbf3190c2402..07394ae6ec8a784ab42ff7911faec634d164097f 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.47.2.1 2008/03/18 16:02:29 mha Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.47.2.2 2008/04/03 09:51:53 petere 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 anoncvs.postgresql.org::pgsql-cvs cvsroot/
+rsync -avzH --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">