diff options
author | Bruce Momjian | 2007-05-30 17:41:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-05-30 17:41:43 +0000 |
commit | 832dbafd2b1b214b9a1bff53ca6a557e5ff7550d (patch) | |
tree | ef89c739b3d70e0d5ce1c26057e796e05d8c6b3a | |
parent | 36555694cfc61b7b0e7f7d2cb2c05ab4c6403ace (diff) |
Update cvs instructions to suggest cvsutils.
David Fetter
-rw-r--r-- | doc/src/sgml/cvs.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 6e1c8c0e4c..c0a4022335 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -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"> |