projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee2634
)
Remove -C from rsync call, because it omits directories named "core".
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 3 Apr 2008 09:51:53 +0000
(09:51 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 3 Apr 2008 09:51:53 +0000
(09:51 +0000)
doc/src/sgml/cvs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/cvs.sgml
b/doc/src/sgml/cvs.sgml
index d2339b19873a1b1786de5f4be923a1280d793231..32ac69f77d4e00169542139d7275c2cdcff8eafd 100644
(file)
--- a/
doc/src/sgml/cvs.sgml
+++ b/
doc/src/sgml/cvs.sgml
@@
-313,7
+313,7
@@
cvs commit
<para>
You can download the CVS repository using this command:
<programlisting>
-rsync -avz
C
H --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">