Remove -C from rsync call, because it omits directories named "core".
This commit is contained in:
parent
409e386be0
commit
ec0be6073a
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.48 2008/03/18 16:02:27 mha Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.49 2008/04/03 09:52:03 petere Exp $ -->
|
||||||
|
|
||||||
<appendix id="cvs">
|
<appendix id="cvs">
|
||||||
<appendixinfo>
|
<appendixinfo>
|
||||||
@ -313,7 +313,7 @@ cvs commit
|
|||||||
<para>
|
<para>
|
||||||
You can download the CVS repository using this command:
|
You can download the CVS repository using this command:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/
|
rsync -avzH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/
|
||||||
</programlisting>
|
</programlisting>
|
||||||
For full instructions, see the "rsync" section in the
|
For full instructions, see the "rsync" section in the
|
||||||
<ulink url="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt">
|
<ulink url="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user