summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-05-30 18:00:08 +0000
committerBruce Momjian2007-05-30 18:00:08 +0000
commite5f9061660b315bffe60eb27172ad15e51249d07 (patch)
tree7e14bf1859ecf6d9950390c769fcb0c043e7991a
parent832dbafd2b1b214b9a1bff53ca6a557e5ff7550d (diff)
Update cvsutils documentation description.
-rw-r--r--doc/src/sgml/cvs.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml
index c0a4022335..081c766ad7 100644
--- a/doc/src/sgml/cvs.sgml
+++ b/doc/src/sgml/cvs.sgml
@@ -155,10 +155,11 @@ cvs update
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
+ <productname>CVS</productname> has deficiencies. For example,
+ generating diffs that add or remove files requires write access to the
+ CVS repository. To work around such difficiencies, use
+ <productname>cvsutils</productname>, which is packaged in several
+ operating systems, and is available in source form at <ulink
url="http://www.red-bean.com/cvsutils/"></ulink>.
</para>
</sect1>