|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.27 2003/11/29 19:51:36 pgsql Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.28 2004/09/27 05:54:58 neilc Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="cvs">
|
@@ -430,6 +430,23 @@ pgsql
|
430 | 430 | </programlisting>
|
431 | 431 | </para>
|
432 | 432 |
|
| 433 | + <para> |
| 434 | + If you specify <option>repository</> instead of <option>pgsql</> |
| 435 | + in the above setup, you will get a complete copy of the entire |
| 436 | + repository at cvsup.postgresql.org, including its |
| 437 | + <filename>CVSROOT</filename> directory. If you do that, you will |
| 438 | + probably want to exclude those files in that directory that you |
| 439 | + want to modify locally, using a refuse file. For example, for the |
| 440 | + above setup you might put this in |
| 441 | + <filename>/home/cvs/sup/repository/refuse</>: |
| 442 | +<programlisting> |
| 443 | +CVSROOT/config* |
| 444 | +CVSROOT/commitinfo* |
| 445 | +CVSROOT/loginfo* |
| 446 | +</programlisting> |
| 447 | + See the <productname>CVSup</> manual pages for how to use refuse files. |
| 448 | + </para> |
| 449 | + |
433 | 450 | <para>
|
434 | 451 | The following is a suggested <productname>CVSup</productname> config file from
|
435 | 452 | <ulink url="ftp://ftp.postgresql.org/pub/CVSup/README.cvsup">the <productname>PostgreSQL</> ftp site</ulink>
|
|