From: Peter Eisentraut Date: Thu, 3 Apr 2008 09:51:53 +0000 (+0000) Subject: Remove -C from rsync call, because it omits directories named "core". X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=209ed3857934dc7118b8487c083a04fca27153e2;p=users%2Fbernd%2Fpostgres.git Remove -C from rsync call, because it omits directories named "core". --- diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index d2339b1987..32ac69f77d 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -313,7 +313,7 @@ cvs commit You can download the CVS repository using this command: -rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/ +rsync -avzH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/ For full instructions, see the "rsync" section in the