Remove -C from rsync call, because it omits directories named "core".
authorPeter Eisentraut
Thu, 3 Apr 2008 09:52:03 +0000 (09:52 +0000)
committerPeter Eisentraut
Thu, 3 Apr 2008 09:52:03 +0000 (09:52 +0000)
doc/src/sgml/cvs.sgml

index b341b3d04ed640778f1996702a66f452c53ddf3a..6fd6b96fb9aa96ff3e623c87f92aa4cc175ff1db 100644 (file)
@@ -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