|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.43 2007/05/3017:41:43 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.44 2007/05/3018:00:08 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <appendix id="cvs"> |
4 | 4 | <appendixinfo> |
@@ -155,10 +155,11 @@ cvs update |
155 | 155 | documentation at <ulink url="http://www.nongnu.org/cvs/"></ulink>. |
156 | 156 | </para> |
157 | 157 | <para> |
158 | | - For those things which <productname>CVS</productname> does not do by |
159 | | - itself, for example ones that add or remove files, you can use |
160 | | - <productname>cvsutils</productname>, which is packaged for many |
161 | | - operating systems, or available in source form at <ulink |
| 158 | + <productname>CVS</productname> has deficiencies. For example, |
| 159 | + generating diffs that add or remove files requires write access to the |
| 160 | + CVS repository. To work around such difficiencies, use |
| 161 | + <productname>cvsutils</productname>, which is packaged in several |
| 162 | + operating systems, and is available in source form at <ulink |
162 | 163 | url="http://www.red-bean.com/cvsutils/"></ulink>. |
163 | 164 | </para> |
164 | 165 | </sect1> |
|