projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a4d84
)
Fix incorrect URI for cvs rsync
author
Magnus Hagander
<magnus@hagander.net>
Mon, 6 Aug 2007 07:58:06 +0000
(07:58 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 6 Aug 2007 07:58:06 +0000
(07:58 +0000)
doc/src/sgml/cvs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/cvs.sgml
b/doc/src/sgml/cvs.sgml
index 08b8ce448aa392ffc5e14db45e5d9f6237de3cef..0d6633173efb53a719f20f42f635fa5b438a6f8f 100644
(file)
--- a/
doc/src/sgml/cvs.sgml
+++ b/
doc/src/sgml/cvs.sgml
@@
-313,7
+313,7
@@
cvs commit
<para>
You can download the CVS repository using this command:
<programlisting>
-rsync -avzCH --delete
rsync
.postgresql.org::pgsql-cvs cvsroot/
+rsync -avzCH --delete
anoncvs
.postgresql.org::pgsql-cvs cvsroot/
</programlisting>
For full instructions, see the "rsync" section in the
<ulink url="http://pgfoundry.org/docman/view.php/1000040/4/PGBuildFarm-HOWTO.txt">