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 d2339b19873a1b1786de5f4be923a1280d793231..32ac69f77d4e00169542139d7275c2cdcff8eafd 100644 (file)
@@ -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">