diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-05-30 18:00:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-05-30 18:00:08 +0000 |
commit | 44af16f6b7f3f8d0c64b14f8f2339818c3a98b26 (patch) | |
tree | ee95e0639982adaf661fd4627f01e74ba63b081b | |
parent | ea2ab0bd109343d7ed6ff6c81ffa777ec49b2325 (diff) | |
download | postgresql-44af16f6b7f3f8d0c64b14f8f2339818c3a98b26.tar.gz postgresql-44af16f6b7f3f8d0c64b14f8f2339818c3a98b26.zip |
Update cvsutils documentation description.
-rw-r--r-- | doc/src/sgml/cvs.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index bbed97f1841..8627444c76b 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.43 2007/05/30 17:41:43 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.44 2007/05/30 18:00:08 momjian Exp $ --> <appendix id="cvs"> <appendixinfo> @@ -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> |