aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/cvs.sgml7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml
index 36b59846e58..1194d7839fe 100644
--- a/doc/src/sgml/cvs.sgml
+++ b/doc/src/sgml/cvs.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.45 2007/07/10 23:03:18 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.46 2007/07/17 01:52:34 momjian Exp $ -->
<appendix id="cvs">
<appendixinfo>
@@ -34,7 +34,10 @@
At least three methods, anonymous CVS, <productname>rsync</productname>,
and <productname>CVSup</productname>,
are available to pull the <productname>CVS</productname> code tree from the
- <productname>PostgreSQL</productname> server to your local machine.
+ <productname>PostgreSQL</productname> server to your local machine.
+ Our CVS Wiki, <ulink
+ url="http://developer.postgresql.org/index.php/Working_with_CVS"></ulink>,
+ has additional details on working with CVS.
</para>
<sect1 id="anoncvs">