summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-12-02 04:12:12 +0000
committerNeil Conway <neilc@samurai.com>2004-12-02 04:12:12 +0000
commit64b578949759a93531aa69fbc0b708ff78d608a2 (patch)
tree527d5fcfeb1d556509fd51fec40e60d86021b433
parentec2fce1880d0995ba90e721e8882b3f5451bb9e6 (diff)
downloadpostgresql-64b578949759a93531aa69fbc0b708ff78d608a2.tar.gz
This is a little patch to correct the documentation on CVS. The URL for
downloading CVS at cyclic.com site is long defunct, and I changed the text to not overtly recommend CVS 1.10, a now fairly old version. Jon Jensen
-rw-r--r--doc/src/sgml/cvs.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml
index c051969bb1..d29b58cb55 100644
--- a/doc/src/sgml/cvs.sgml
+++ b/doc/src/sgml/cvs.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.28 2004/09/27 05:54:58 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.29 2004/12/02 04:12:12 neilc Exp $
-->
<appendix id="cvs">
@@ -52,10 +52,10 @@ $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.28 2004/09/27 05:54:58 neilc Exp $
<para>
You will need a local copy of <productname>CVS</productname>
(Concurrent Version Control System), which you can get from
- <ulink url="http://www.cyclic.com/">http://www.cyclic.com/</ulink> or
- any GNU software archive site.
- We currently recommend version 1.10 (the most recent at the time
- of writing). Many systems have a recent version of
+ <ulink url="http://www.cvshome.org/">http://www.cvshome.org/</ulink>
+ (the official site with the latest version) or any GNU software
+ archive site (often somewhat outdated). We recommend version 1.10
+ or newer. Many systems have a recent version of
<application>cvs</application> installed by default.
</para>
</step>
@@ -167,7 +167,7 @@ $ chmod -R go-w pgsql
For more info consult the manual that comes with
<productname>CVS</productname>, or see the online
documentation at
- <ulink url="http://www.cyclic.com/">http://www.cyclic.com/</ulink>.
+ <ulink url="http://www.cvshome.org/">http://www.cvshome.org/</ulink>.
</para>
</sect1>