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

Commit3605c8c

Browse files
committed
Fix incorrect URI for cvs rsync
1 parentfcb9535 commit3605c8c

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.46 2007/07/17 01:52:34 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.47 2007/08/06 07:58:06 mha 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 --deletersync.postgresql.org::pgsql-cvs cvsroot/
316+
rsync -avzCH --deleteanoncvs.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