From ea2ab0bd109343d7ed6ff6c81ffa777ec49b2325 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 30 May 2007 17:41:43 +0000
Subject: [PATCH] Update cvs instructions to suggest cvsutils.

David Fetter
---
 doc/src/sgml/cvs.sgml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml
index a25df7e15ce..bbed97f1841 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.42 2007/03/27 01:45:22 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.43 2007/05/30 17:41:43 momjian Exp $ -->
 
 <appendix id="cvs">
  <appendixinfo>
@@ -15,6 +15,10 @@
     <firstname>Thomas</firstname>
     <surname>Lockhart</surname>
    </author>
+   <author>
+    <firstname>David</firstname>
+    <surname>Fetter</surname>
+   </author>
   </authorgroup>
   <date>1999-05-20</date>
  </appendixinfo>
@@ -150,6 +154,13 @@ cvs update
    comes with <productname>CVS</productname>, or see the online
    documentation at <ulink url="http://www.nongnu.org/cvs/"></ulink>.
   </para>
+  <para>
+   For those things which <productname>CVS</productname> does not do by
+   itself, for example ones that add or remove files, you can use
+   <productname>cvsutils</productname>, which is packaged for many
+   operating systems, or available in source form at <ulink
+   url="http://www.red-bean.com/cvsutils/"></ulink>.
+  </para>
  </sect1>
 
  <sect1 id="cvs-tree">
-- 
GitLab