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-Tag: REL8_3_2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db6c80de8b48afedb38e1f88d72546ee6338d7d6;p=postgresql 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 f20a977469..07394ae6ec 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -1,4 +1,4 @@ - + @@ -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