Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec0be60

Browse files
committed
Remove -C from rsync call, because it omits directories named "core".
1 parent409e386 commitec0be60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/cvs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.48 2008/03/18 16:02:27 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.49 2008/04/03 09:52:03 petere Exp $ -->
22

33
<appendix id="cvs">
44
<appendixinfo>
@@ -313,7 +313,7 @@ cvs commit
313313
<para>
314314
You can download the CVS repository using this command:
315315
<programlisting>
316-
rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/
316+
rsync -avzH --delete anoncvs.postgresql.org::pgsql-cvs cvsroot/
317317
</programlisting>
318318
For full instructions, see the "rsync" section in the
319319
<ulink url="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp